From 1e7661c519796c0c5133bfe462fca0d5ed138714 Mon Sep 17 00:00:00 2001 From: TheFrenchGhosty <47571719+TheFrenchGhosty@users.noreply.github.com> Date: Sun, 18 Jul 2021 00:26:48 +0200 Subject: [PATCH] Fix a mistake introduced in #72 --- docs/Details.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Details.md b/docs/Details.md index 37675f8..e09f721 100644 --- a/docs/Details.md +++ b/docs/Details.md @@ -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`.