Reputation: 80
I am new to linux system, i was just finding a way to download whole playlist at the same time, i found youtube-dl could work for me, but whenever i try to download a playlist from youtube which has a removed or deleted videos youtube-dl just stops downloading instead of skipping it. Please help if possible. Thank you in advance.
Upvotes: 0
Views: 1173
Reputation:
youtube-dl has a lot of powerful options. Run youtube-dl --help
(or look at the documentation) to see them. Among them is:
-i, --ignore-errors Continue on download errors, for example to
skip unavailable videos in a playlist
Upvotes: 3