From 953e3579c5fd1830deb59ee02c586215767b2f8d Mon Sep 17 00:00:00 2001 From: Adrian Calinescu Date: Wed, 16 Oct 2019 18:40:44 +0300 Subject: [PATCH] Update README.md --- README.md | 14 +------------- 1 file changed, 1 insertion(+), 13 deletions(-) diff --git a/README.md b/README.md index e70a829..9c4472f 100644 --- a/README.md +++ b/README.md @@ -38,19 +38,7 @@ Destreamer takes a [honeybadger](https://www.youtube.com/watch?v=4r7wHMg5Yjg) ap ### To download a list of videos -There's no implementation that does that (yet), but you can use this handy workaround: - -Place the video URLs one by line in `list.txt`, then do: - -Bash - -```bash -cat list.txt | while read line; do npm start $line; done -``` - -PowerShell - -```powershell -ForEach-Object ($line in Get-Content .\list.txt) { npm start $line } -``` +There's no implementation that does that (yet). There's some work happening to support this, give it some time. ## EXPECTED OUTPUT