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.
Download all playlist that title contains a string #17764
Comments
|
@hollysheep I think you're matching literally the string "specific | string".
|
Hi,
i want to download all playlist of a channel with a specific string in the title. the complete playlist title changes, but all of them includes a string. i tried this
youtube-dl --dateafter 20180928 --match-filter "playlist_title = 'specific | string'"This only works when the playlist title is exactly "specific | string". when the title is "a specific | string" it doesn't work. i tried something like '=
' or '' but both doesn't work. how can i download all playlist that have a specific string in the name?