Replies: 1 comment
-
Ok I found a solution like adding this parameter to docker run command : So this command works like I wanted : But is there some other way to do this, to download directly to current host directory? So flag? Thanks,. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello, I downloaded some file, but how do I access them from the host ? Ideally if they would be doawnloaded to my current host directory '.' (in this example /volume1/Incoming/_yt_dlp_download)
bash-4.4# pwd
/volume1/Incoming/_yt_dlp_download
bash-4.4# docker run jauderho/yt-dlp -cw --max-downloads 1000 -f Audio_Only "https://www.twitch.tv/some_streamer/videos?filter=all&sort=time"
.................
[download] Downloading item 1 of 31
.................
[download] Destination: Just Chatting 2024-01-1 11_11 [v6678933562].mp4
.................
bash-4.4# ls
bash-4.4#
Are there some flags or parameters to the command to do this? I am not very experienced with docker.
Thanks.
Beta Was this translation helpful? Give feedback.
All reactions