Reputation: 131
I am trying to download a very long playlist, about 500+ vods, from twitch. I would like to skip certain files that contain a specific word in the title. If its possible, how?
Upvotes: 4
Views: 1983
Reputation: 101
Yes.
--reject-title
U can use string or regex.
Another, more expanded option is
--match-filter
type youtube-dl -h sometimes
Upvotes: 4