ytdl-org / youtube-dl

Command-line program to download videos from YouTube.com and other video sites
http://ytdl-org.github.io/youtube-dl/
The Unlicense
131.66k stars 9.97k forks source link

Something like "--playlist-start NUMBER" for Channel #14783

Closed ParsaFakhar closed 6 years ago

ParsaFakhar commented 6 years ago

is there anything like --uploader-start NUMBER?

youtube-dl -x --audio-quality 0 --audio-format mp3 -o '%(uploader)s/%(playlist)s/%(playlist_index)s - %(title)s.%(ext)s' https://www.youtube.com/user/PaperBagBandits/videos

I downloaded 140 of them but I don't want to wait all 140 of them to be realized by youtube-dl that they are already downloaded, I need to start download at 140, is there any way?

dstftw commented 6 years ago

--download-archive.

raviyadav4875 commented 6 years ago

I have total 135 videos in my playlist. I have successfully downloaded 38 of them. So I manually used this command.

youtube-dl --playlist-start 39 -u uname@gmail.com -p mypassword https://www.udemy.com/learn-ethical-hacking-from-scratch/learn/v4/content

Its downloading my remaining 97 videos.