parent
bc36bc36a1
commit
2e7781a93c
4 changed files with 8 additions and 6 deletions
|
|
@ -411,7 +411,7 @@ def parseOpts(overrideArguments=None):
|
|||
'Python style regular expression matching can be done using "~=", '
|
||||
'and multiple filters can be checked with "&". '
|
||||
'Use a "\\" to escape "&" or quotes if needed. Eg: --match-filter '
|
||||
r'"!is_live & like_count>?100 & description~=\'(?i)\bcats \& dogs\b\'" '
|
||||
'"!is_live & like_count>?100 & description~=\'(?i)\\bcats \\& dogs\\b\'" '
|
||||
'matches only videos that are not live, has 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)'))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue