-
I am having no luck with filtering by title. My goal is to only grab files with FP1, FP2 or FP3 in the titles from here: https://www.youtube.com/channel/UCB_qr75-ydFVKSF9Dmo6izg. How would I go about doing this? I've spent about 3 hours with the docs and trying things without luck. Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Either match-filters (https://ytdl-sub.readthedocs.io/en/latest/config.html#match-filters) or regex (https://ytdl-sub.readthedocs.io/en/latest/config.html#regex) Would go with match-filters |
Beta Was this translation helpful? Give feedback.
-
From yt-dlp docs: You can add in your preset/subscription:
The video will download if one of them matches. |
Beta Was this translation helpful? Give feedback.
From yt-dlp docs:
https://github.com/yt-dlp/yt-dlp#filtering-formats
You can add in your preset/subscription:
The video will download if one of them matches.
*=
means 'contains'