Skip to content

Filter by Title #749

Closed Answered by jmbannon
volitanic asked this question in Q&A
Discussion options

You must be logged in to vote

From yt-dlp docs:
https://github.com/yt-dlp/yt-dlp#filtering-formats

You can add in your preset/subscription:

match_filters:
  filters:
    - "title*=FP1"
    - "title*=FP2"
    - "title*=FP3"

The video will download if one of them matches. *= means 'contains'

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by jmbannon
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants