Julian Kornberger
Julian Kornberger
solved by #88
I'm working on this issue.
@jlaffaye ping
Not really, but please try the `rewrite-monitor` branch.
This issue can be closed.
Die you try this? ```bash youtubedr download -o /dev/stdout https://youtu.be/lololol | ffmpeg -i pipe: ```
Which problem does this pull request solve? Do you want to download all videos of a playlist?
What do you think about adding CSV as output format and optionally selecting the columns? If you want all video IDs, you can just select the videoID column and skip...
It's better to have column headers without spaces. Example: ``` $ youtubedr list --format csv --csv-columns video_id,title video_id,title id1,title2 id2,"title with space" ``` Or just IDs without headers: ``` $...
Please check out the latest relase 2.7.16 and leave a message if this issue still exists.