Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is where the world builds software
Millions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world.
Checklist
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