Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is where the world builds software
Millions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world.
Make sure you are using the latest version: run
youtube-dl --versionand ensure your version is 2018.03.20. If it's not, read this FAQ entry and update. Issues with outdated version will be rejected.Before submitting an issue make sure you have:
What is the purpose of your issue?
Description of your issue, suggested solution and other information
Hi,
There are a couple of channels where i prefer to fetch all playlists except one, so I use links like this: https://www.youtube.com/user//playlists
On many of these channels the 'liked items' playlist can contain several thousand videos and is not wanted.
Is there an option like --reject-title for playlists? I can not seem to find one.
I have spent the last week or so reading and relearning python to make it work but it's a slow progress.
Thanks for writing clear code, btw.
my relevant (working, but slow) code so far:
Is there a way to filter the unwanted playlist before downloading information about all the videos in that list?
Ideally; ydl.extract_info(args.playlist, download=False, skiplist='Liked videos','Other lists')
or; ydl.download(args.playlist, skiplist='Liked videos','Other lists')
Apologize it I didn't format correctly - preview doesn't seem to work with palemoon.