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

Twitch video in Tweet #22168

Closed
RingoTheDog opened this issue Aug 20, 2019 · 0 comments
Closed

Twitch video in Tweet #22168

RingoTheDog opened this issue Aug 20, 2019 · 0 comments

Comments

@RingoTheDog
Copy link

@RingoTheDog RingoTheDog commented Aug 20, 2019

Checklist

  • [x ] I'm reporting a broken site support issue
  • [ x] I've verified that I'm running youtube-dl version 2019.08.13
  • [ x] I've checked that all provided URLs are alive and playable in a browser
  • [ x] I've checked that all URLs and arguments with special characters are properly quoted or escaped
  • [x ] I've searched the bugtracker for similar bug reports including closed ones
  • [ x] I've read bugs section in FAQ

Verbose log

youtube-dl.py -v "https://twitter.com/GunB1g/status/1163218564784017422"
[debug] System config: []
[debug] User config: []
[debug] Custom config: []
[debug] Command-line args: ['-v', 'https://twitter.com/GunB1g/status/1163218564784017422']
[debug] Encodings: locale cp1252, fs mbcs, out cp850, pref cp1252
[debug] youtube-dl version 2019.08.13
[debug] Python version 3.5.1 (CPython) - Windows-7-6.1.7601-SP1
[debug] exe versions: ffmpeg N-71727-g46778ab, ffprobe 3.2, rtmpdump 2.4
[debug] Proxy map: {}
[twitter] 1163218564784017422: Downloading webpage
[twitter:card] 1163218564784017422: Downloading webpage
[twitter:card] 1163218564784017422: Downloading webpage
[twitter:card] 1163218564784017422: Downloading guest token
[twitter:card] 1163218564784017422: Downloading JSON metadata
ERROR: Unable to download JSON metadata: HTTP Error 404: Not Found (caused by <HTTPError 404: 'Not F
ound'>); please report this issue on https://yt-dl.org/bug . Make sure you are using the latest vers
ion; type youtube-dl -U to update. Be sure to call youtube-dl with the --verbose flag and include
its complete output.
File "C:\Transmogrifier\youtube-dl.py\youtube_dl\extractor\common.py", line 627, in _request_webpa
ge
return self._downloader.urlopen(url_or_request)
File "C:\Transmogrifier\youtube-dl.py\youtube_dl\YoutubeDL.py", line 2229, in urlopen
return self._opener.open(req, timeout=self._socket_timeout)
File "C:\Program Files\Python35\lib\urllib\request.py", line 471, in open
response = meth(req, response)
File "C:\Program Files\Python35\lib\urllib\request.py", line 581, in http_response
'http', request, response, code, msg, hdrs)
File "C:\Program Files\Python35\lib\urllib\request.py", line 509, in error
return self._call_chain(*args)
File "C:\Program Files\Python35\lib\urllib\request.py", line 443, in _call_chain
result = func(*args)
File "C:\Program Files\Python35\lib\urllib\request.py", line 589, in http_error_default
raise HTTPError(req.full_url, code, msg, hdrs, fp)

Description

The Tweet:
https://twitter.com/GunB1g/status/1163218564784017422
is a twitch video and fails to download.

If I point directly to the twitch video:
https://clips.twitch.tv/InquisitiveBreakableYogurtJebaited
YouTube-DL downloads the video correctly.

Thanks
Ringo

@remitamine remitamine closed this in 18ca61c Nov 9, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked pull requests

Successfully merging a pull request may close this issue.

None yet
1 participant
You can’t perform that action at this time.