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.
Shortened links doesn't work anymore #696
Comments
|
Can you post an actual invocation of youtube-dl, if possible with the option |
|
All following commands youtube-dl --get-url 'http://t.co/GALm6cCVQL' --verbose
youtube-dl --get-url 'http://t.co/GALm6cCVQL' -v
youtube-dl -v --get-url 'http://t.co/GALm6cCVQL'
youtube-dl -v --get-url http://t.co/GALm6cCVQLoutput following content byte-to-byte (that is no debugging output) Traceback (most recent call last):
File "/usr/bin/youtube-dl", line 6, in <module>
youtube_dl.main()
File "/usr/lib/python3.3/site-packages/youtube_dl/__init__.py", line 515, in main
_real_main()
File "/usr/lib/python3.3/site-packages/youtube_dl/__init__.py", line 499, in _real_main
retcode = fd.download(all_urls)
File "/usr/lib/python3.3/site-packages/youtube_dl/FileDownloader.py", line 509, in download
videos = ie.extract(url)
File "/usr/lib/python3.3/site-packages/youtube_dl/InfoExtractors.py", line 93, in extract
return self._real_extract(url)
File "/usr/lib/python3.3/site-packages/youtube_dl/InfoExtractors.py", line 1347, in _real_extract
if self._test_redirect(url): return
File "/usr/lib/python3.3/site-packages/youtube_dl/InfoExtractors.py", line 1333, in _test_redirect
compat_urllib_error.HTTPErrorProcessor, compat_urllib_request.HTTPSHandler]:
AttributeError: 'module' object has no attribute 'HTTPErrorProcessor'If I run youtube-dl -v http://t.co/GALm6cCVQL
and then the same traceback as posted above. Source for |
|
Thanks, that's 3.3-specific. I'll have a look at it. |
|
Again, thanks for reporting. This has been fixed in tree and will be in the next release. |
I remember you could put a shortened link to a video (
t.cofor example) and youtube-dl would follow it without any complaints. Now it doesn't work anymore.streamvidis a wrapper which runsyoutube-dl --get-url$ streamvid 'http://t.co/SOMEGARBAGE'