twitch-dl
twitch-dl copied to clipboard
CLI tool for downloading videos from Twitch.
Right now, if trying to download multiple videos by ID, and a file exists, it asks `File exists. Overwrite? [Y/n]:` and if you choose `n` then it aborts everything. It'd...
Command `twitch-dl info url --auth-token abc` for [subscriber-only VODs](https://twitch-dl.bezdomni.net/commands/download.html#downloading-subscriber-only-vods) does not work, however `twitch-dl download url --auth-token abc` does work. Sample video: https://www.twitch.tv/videos/1260955824
i am tech illiterate so im hoping one of you knows wtf went wrong here ``` C:\Users\Dell>twitch-dl download 1927977121 -q source -f mpeg4 -o "{date}_{channel}_{title_slug}.{format}" ←[2mLooking up video...←[0m Found: ←[94mDubathon...
I am planning to run a cron job to fetch all videos of a singular user using the `--all` flag on the `twitch-dl video` command. Since I do not know...
TMP folder does not exist in current dir, but it's user writable. Maybe `twitch-dl` should create the dir? ``` $ cd $HOME $ TMPDIR=./TMP twitch-dl download "https://www.twitch.tv/videos/1941354430" --auth-token $OAUTH -q...
Download this video always has the same errors: ``` $ TMPDIR=/TMP twitch-dl download "https://www.twitch.tv/videos/694444624" --overwrite --auth-token $OAUTH -q source -o SURPRISE_twitch-dl.mp4 Looking up video... Found: Highlight: [FR/EN] SURPRISE by vlouue...
This video https://www.twitch.tv/videos/1260955824 has the following description, which was not embedded into mkv by twitch-dl: ``` Reaching the 20k followers goal! ```
In video feed can be seen the date from each video, when moving the mouse over each video. not sure if it's the creation time or last modification time, but...
In macOS setting TMP does not work, still writes to internal storage, so TMPDIR must be used: ``` TMPDIR=./downloads twitch-dl ``` Please update docs https://twitch-dl.bezdomni.net/advanced.html
I'm using twitch-dl v2.0.1 and I keep getting an error when trying to download a Twitch VOD. ` ffmpeg: error while loading shared libraries: libbz2.so.1.0: cannot open shared object file:...