1
0
mirror of https://github.com/snobu/destreamer.git synced 2026-01-17 05:22:18 +00:00

Update README.md

This commit is contained in:
Adrian Calinescu
2019-10-16 18:40:44 +03:00
committed by GitHub
parent d37d78b540
commit 953e3579c5

View File

@@ -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