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.
Unable to download a tweeted video from Twitter on the web #16609
Comments
|
I confirm the problem. I'm also using the latest youtube-dl under x64 Windows 7. I suppose /assume Twitter changed something during this week, because I could download some videos from Twitter three or four days ago and reverting to the previous build(s) of youtube-dl doesn't work. |
|
FWIW....if you run YouTube-DL against the direct video mentioned above it does download correctly: So I guess it is an embed issue? @ |
|
I'm seeing the issue as well.
It does work on a third party twitter video download website. |
|
Well, |
|
Hrxn wrote:
Keep in mind that error messages often do NOT mean what they say. |
Please follow the guide below
xinto all the boxes [ ] relevant to your issue (like this:[x])Make sure you are using the latest version: run
youtube-dl --versionand ensure your version is 2018.06.02. If it's not, read this FAQ entry and update. Issues with outdated version will be rejected.Before submitting an issue make sure you have:
What is the purpose of your issue?
The following sections concretize particular purposed issues, you can erase any section (the contents between triple ---) not applicable to your issue
$ youtube-dl --verbose https://twitter.com/AlifAilaan/status/1001523575386341376
[debug] System config: []
[debug] User config: []
[debug] Custom config: []
[debug] Command-line args: ['--verbose', 'https://twitter.com/AlifAilaan/status/1001523575386341376']
[debug] Encodings: locale UTF-8, fs utf-8, out UTF-8, pref UTF-8
[debug] youtube-dl version 2018.06.02
[debug] Python version 3.6.5 (CPython) - Linux-4.16.12-1-ARCH-x86_64-with-arch
[debug] exe versions: ffmpeg 4.0, ffprobe 4.0, rtmpdump 2.4
[debug] Proxy map: {}
[twitter] 1001523575386341376: Downloading webpage
[twitter:card] 1001523575386341376: Downloading webpage
[twitter:card] 1001523575386341376: Downloading JSON metadata
ERROR: Unable to download JSON metadata: HTTP Error 429: Too Many Requests (caused by <HTTPError 429: 'Too Many Requests'>); please report this issue on https://yt-dl.org/bug . Make sure you are using the latest version; type youtube-dl -U to update. Be sure to call youtube-dl with the --verbose flag and include its complete output.
File "/usr/local/bin/youtube-dl/youtube_dl/extractor/common.py", line 579, in _request_webpage
return self._downloader.urlopen(url_or_request)
File "/usr/local/bin/youtube-dl/youtube_dl/YoutubeDL.py", line 2211, in urlopen
return self._opener.open(req, timeout=self._socket_timeout)
File "/usr/lib/python3.6/urllib/request.py", line 532, in open
response = meth(req, response)
File "/usr/lib/python3.6/urllib/request.py", line 642, in http_response
'http', request, response, code, msg, hdrs)
File "/usr/lib/python3.6/urllib/request.py", line 570, in error
return self._call_chain(*args)
File "/usr/lib/python3.6/urllib/request.py", line 504, in _call_chain
result = func(*args)
File "/usr/lib/python3.6/urllib/request.py", line 650, in http_error_default
raise HTTPError(req.full_url, code, msg, hdrs, fp)
Description of your issue, suggested solution and other information
The issue only occurs with Twitter ; Facebook and Youtube work fine. All tweet urls containing a tweeted video give the same error.