Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Youtube-dl - Playlist download - Is it possible to skip videos that contain a specific word?

Tags:

youtube-dl

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?

like image 805
Sedro Avatar asked Sep 21 '25 09:09

Sedro


1 Answers

Yes.

--reject-title 

U can use string or regex.

Another, more expanded option is

--match-filter

type youtube-dl -h sometimes

like image 107
marcin Avatar answered Sep 23 '25 19:09

marcin