Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Downloading all videos from a Twitch channel not working #25553

Closed
5 tasks done
Crusage opened this issue Jun 5, 2020 · 1 comment
Closed
5 tasks done

Downloading all videos from a Twitch channel not working #25553

Crusage opened this issue Jun 5, 2020 · 1 comment

Comments

@Crusage
Copy link

Crusage commented Jun 5, 2020

Checklist

  • I'm reporting a broken site support
  • I've verified that I'm running youtube-dl version 2020.06.06
  • I've checked that all provided URLs are alive and playable in a browser
  • I've checked that all URLs and arguments with special characters are properly quoted or escaped
  • I've searched the bugtracker for similar issues including closed ones

Verbose log

[debug] System config: []
[debug] User config: []
[debug] Custom config: []
[debug] Command-line args: ['--verbose', '-o', '%(upload_date)s_%(id)s %(title)s.%(ext)s', '-f', 'best', '-ci', '--batch-file=links.txt']
[debug] Batch file urls: ['https://www.twitch.tv/baroshnik/videos/all']
[debug] Encodings: locale cp1252, fs mbcs, out cp437, pref cp1252
[debug] youtube-dl version 2020.06.06
[debug] Python version 3.4.4 (CPython) - Windows-10-10.0.18362
[debug] exe versions: none
[debug] Proxy map: {}
[twitch:videos:all] baroshnik: Downloading channel info JSON
ERROR: twitch:videos:all returned error: Bad Request - Channel identifier "baroshnik" is in an invalid format
Traceback (most recent call last):
  File "C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\ytdl-org\tmpd0boo4lk\build\youtube_dl\YoutubeDL.py", line 797, in extract_info
  File "C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\ytdl-org\tmpd0boo4lk\build\youtube_dl\extractor\common.py", line 530, in extract
  File "C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\ytdl-org\tmpd0boo4lk\build\youtube_dl\extractor\twitch.py", line 436, in _real_extract
  File "C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\ytdl-org\tmpd0boo4lk\build\youtube_dl\extractor\twitch.py", line 386, in _extract_playlist
  File "C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\ytdl-org\tmpd0boo4lk\build\youtube_dl\extractor\twitch.py", line 66, in _call_api
  File "C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\ytdl-org\tmpd0boo4lk\build\youtube_dl\extractor\twitch.py", line 51, in _handle_error
youtube_dl.utils.ExtractorError: twitch:videos:all returned error: Bad Request - Channel identifier "baroshnik" is in an invalid format

Description

WRITE DESCRIPTION HERE
Before today Twitch did not work at all, in the newest update though I am able to install any twitch vod or clip manually. The problem comes when I try to install all twitch videos from a channel
I have tried these links:
https://www.twitch.tv/baroshnik/videos?filter=highlights&sort=time
https://www.twitch.tv/baroshnik/videos?filter=highlights
https://www.twitch.tv/baroshnik/videos?filter=all&sort=time
https://www.twitch.tv/baroshnik/videos?filter=all
^These links simply tell me that "baroshnik" is not live

https://www.twitch.tv/baroshnik/videos/all
^This link is what I used for the verbose above as it is the link people recommend using when download all highlights from a channel. And this one gave a different error.

@Crusage Crusage changed the title Downloading all videos from a Twitch channel not working (Bad Request) Downloading all videos from a Twitch channel not working Jun 5, 2020
@vxbinaca
Copy link
Contributor

vxbinaca commented Jun 6, 2020

Yeah confirming this is a issue it breaks channel extraction.

@ytdl-org ytdl-org deleted a comment from ahmedtds Jun 6, 2020
@ytdl-org ytdl-org deleted a comment from dgk6f Jun 6, 2020
@ytdl-org ytdl-org locked and limited conversation to collaborators Jun 6, 2020
@dstftw dstftw closed this as completed in 841b683 Sep 6, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants