mirror of
https://github.com/LucBerge/yt-dlp.git
synced 2025-03-17 19:57:52 +03:00
--match-filter -
to interactively ask for each video
This commit is contained in:
parent
59f943cd50
commit
492272fed6
5 changed files with 28 additions and 7 deletions
|
@ -471,7 +471,8 @@ def create_parser():
|
|||
'!is_live --match-filter "like_count>?100 & description~=\'(?i)\\bcats \\& dogs\\b\'" '
|
||||
'matches only videos that are not live OR those that have a like count more than 100 '
|
||||
'(or the like field is not available) and also has a description '
|
||||
'that contains the phrase "cats & dogs" (ignoring case)'))
|
||||
'that contains the phrase "cats & dogs" (ignoring case). '
|
||||
'Use "--match-filter -" to interactively ask whether to download each video'))
|
||||
selection.add_option(
|
||||
'--no-match-filter',
|
||||
metavar='FILTER', dest='match_filter', action='store_const', const=None,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue