Sedro
Sedro

Reputation: 131

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

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

Answers (1)

marcin
marcin

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

Related Questions