Added what new arguments are there for.

pull/72/head
Evernow 3 years ago committed by GitHub
parent cfd716cbf7
commit 66be53e23d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -38,6 +38,10 @@
`--get-comments`: Tell yt-dlp to download YouTube comments to `info.json` (this is REALLY slow, around 10 comments per second).
` --extractor-args youtube:player_client=android ` Bypass the throttling for non age-gated videos.
`--throttled-rate 100K` For age-gated videos that are detected to be throttled, it will restart the download.
(Audio Only Scripts) `--extract-audio`: Extract audio if it's included in a video file, otherwise don't do anything.
`--match-filter "!is_live & !live"`: Tell yt-dlp to skip videos that are currently live on YouTube.

Loading…
Cancel
Save