]> jfr.im git - yt-dlp.git/blobdiff - README.md
Let `--match-filter` reject entries early
[yt-dlp.git] / README.md
index 7877a4a274f95c67942f33bfba76881cd5509fa8..bd7d31c13f391f71d0694d93c72efd40cbc1b32d 100644 (file)
--- a/README.md
+++ b/README.md
@@ -1439,6 +1439,10 @@ #### Redundant options
     -e, --get-title                  --print title
     -g, --get-url                    --print urls
     -j, --dump-json                  --print "%()j"
+    --match-title REGEX              --match-filter "title ~= (?i)REGEX"
+    --reject-title REGEX             --match-filter "title !~= (?i)REGEX"
+    --min-views COUNT                --match-filter "view_count >=? COUNT"
+    --max-views COUNT                --match-filter "view_count <=? COUNT"
 
 
 #### Not recommended