Skip to content

Commit

Permalink
Fix a mistake introduced in #72
Browse files Browse the repository at this point in the history
  • Loading branch information
TheFrenchGhosty committed Jul 17, 2021
1 parent 3b0cfaf commit 1e7661c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/Details.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`.

0 comments on commit 1e7661c

Please sign in to comment.