Showing posts with label Download certain indexed videos from a playlist in youtube using youtube-dl. Show all posts
Showing posts with label Download certain indexed videos from a playlist in youtube using youtube-dl. Show all posts

Friday, April 10, 2020

youtube-dl error when downloading videos from youtube 'urlopen error' solved

Instead of 

C:\Windows\system32> youtube-dl  -cio "E:/powerpoint_vba/%(title)s.%(ext)s" http
s://www.youtube.com/playlist?list=PLyKV-uDcp5XgJ8FqczLBf2XxKjmQUvcz6


we should use

C:\Windows\system32> youtube-dl --no-check-certificate  -cio "E:/powerpoint_vba/
%(title)s.%(ext)s" https://www.youtube.com/playlist?list=PLyKV-uDcp5XgJ8FqczLBf2
XxKjmQUvcz6


Source:https://github.com/ytdl-org/youtube-dl/issues/883

Saturday, November 18, 2017

Download certain indexed videos from a playlist in youtube using youtube-dl,Computer Teacher Sourav,Kolkata 09748184075



Suppose there is a playlist in youtube and you want to download videos indexed at 7 to 9(the indexing starts at 1),the command should be

pip -install youtube-dl

traverse to the directory in command line where you want to save the files  



youtube-dl --playlist-start=7 --playlist-end=9 -ci 

https://www.youtube.com/playlist?list=PLQVvvaa0QuDc2QjQOkZ4rtLYZVll_sZFZ