Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Download all playlist that title contains a string #17764

Open
hollysheep opened this issue Oct 3, 2018 · 1 comment
Open

Download all playlist that title contains a string #17764

hollysheep opened this issue Oct 3, 2018 · 1 comment

Comments

@hollysheep
Copy link

@hollysheep hollysheep commented Oct 3, 2018

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?

@Geremia
Copy link

@Geremia Geremia commented Oct 15, 2020

@hollysheep I think you're matching literally the string "specific | string".
You should be using

--match-title REGEX
              Download only matching titles (regex or caseless sub-string)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked pull requests

Successfully merging a pull request may close this issue.

None yet
2 participants
You can’t perform that action at this time.