mirror of
https://github.com/TheFrenchGhosty/TheFrenchGhostys-Ultimate-YouTube-DL-Scripts-Collection
synced 2024-11-24 04:23:10 +00:00
Fix a mistake introduced in #72
This commit is contained in:
parent
3b0cfaf5a9
commit
1e7661c519
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue