twitch-dl icon indicating copy to clipboard operation
twitch-dl copied to clipboard

CLI tool for downloading videos from Twitch.

Results 49 twitch-dl issues
Sort by recently updated
recently updated
newest added

I'm trying to build an application which gets info from a channel like `twitch-dl videos -j --all` and then to filter this metadata list and download some of the videos...

Some details like curator, curator id and view_count are not available in output templates youtube-dl has named them as uploader and uploader_id in their output options [here](https://github.com/ytdl-org/youtube-dl/blob/ed5c44e7b74ac77f87ca5ed6cb5e964a0c6a0678/youtube_dl/extractor/twitch.py#L923-L926), ytdlp calls it...

Error message: ``` Traceback (most recent call last): File "/usr/lib/python3.8/runpy.py", line 194, in _run_module_as_main return _run_code(code, main_globals, None, File "/usr/lib/python3.8/runpy.py", line 87, in _run_code exec(code, run_globals) File "twitch-dl.2.1.4.pyz/__main__.py", line 3,...

Trying to download video with --auth-token and there is an error (sensitive data censored): `twitch-dl download 1234567890 --auth-token 123456789abcdef` >Fetching access token... Fetching playlists... Traceback (most recent call last): File...

Hello. I'm trying to see how many clips are existing at target streamer's channel. The twitch-dl uses get_channel_clips func in twitch.py to get the list, but the result says gql...

hi. the --all parameter only works for the homepage. It doesn't work for all videos. fyi

--all, --execute-before, --execute-after, etc.

The `--dry-run` argument for `twitch-dl` provides users with a simulation mode, allowing them to preview the download process without actually downloading any files. When this option is invoked using either...

Twitch has **Aye-Aye** in its dictionary of words which it uses to generate clip URLs. The current release of twitch-dl rejects any attempt to download a URL with a hyphen...

Addresses #136 When trying to download multiple videos by ID, and a file exists, it asks `File exists. Overwrite? [Y/n]:` and if the user chooses 'n' then it aborts everything....