Fix a mistake introduced in #72

pull/66/head
TheFrenchGhosty 3 years ago committed by GitHub
parent 3b0cfaf5a9
commit 1e7661c519
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -58,6 +58,6 @@
(Recent Scripts) `--dateafter "$(date --date="30 days ago" +%Y%m%d)"`: Tell yt-dlp to download everything that was created after the current date, minus 30 days.
`--extractor-args youtube:player_client=android --throttled-rate 100K --batch-file "Source - XXXXXX.txt"`: Tell yt-dlp to look for links in `Source - XXXXXX.txt`.
`--batch-file "Source - XXXXXX.txt"`: Tell yt-dlp to look for links in `Source - XXXXXX.txt`.
`2>&1 | tee output.log`: Tell the shell to output stdout and stderr to `output.log`.

Loading…
Cancel
Save