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.
VideoMega broken again i think? #4763
Comments
|
I tried to reproduce the bug. The error message is different for me (Fedora 20) |
|
i dont get it why its different... strange ... something must have changed.... |
|
Thanks for the report. This issue should be fixed in the next release of youtube-dl. Indeed, this is the second time videomega has changed in the short while, not sure why. @Kaligule, the output you get is different because you are running an older version of youtube-dl (the videomega extractor has been updated recently). |
|
Thanks |
$ youtube-dl -v http://videomega.tv/?ref=I6KSDVV579975VVDSK6I
[debug] System config: []
[debug] User config: []
[debug] Command-line args: ['-v', 'http://videomega.tv/?ref=I6KSDVV579975VVDSK6I']
[debug] Encodings: locale UTF-8, fs utf-8, out UTF-8, pref UTF-8
[debug] youtube-dl version 2015.01.16
[debug] Python version 2.7.1 - Darwin-11.4.2-i386-64bit
[debug] exe versions: none
[debug] Proxy map: {}
[VideoMega] I6KSDVV579975VVDSK6I: Downloading webpage
[debug] Invoking downloader on u'http://st105.u1.videomega.tv/v/6f6d9ef30f19bfac28502823b3305193.mp4?st=GRznnMNqIweW1csFVBJk8g&hash=mwDjCRlNe7zYzSTlV3W3oA'
ERROR: unable to download video data: HTTP Error 403: Forbidden
Traceback (most recent call last):
File "/usr/local/bin/youtube-dl/youtube_dl/YoutubeDL.py", line 1155, in process_info
success = dl(filename, info_dict)
File "/usr/local/bin/youtube-dl/youtube_dl/YoutubeDL.py", line 1131, in dl
return fd.download(name, info)
File "/usr/local/bin/youtube-dl/youtube_dl/downloader/common.py", line 308, in download
return self.real_download(filename, info_dict)
File "/usr/local/bin/youtube-dl/youtube_dl/downloader/http.py", line 67, in real_download
data = self.ydl.urlopen(request)
File "/usr/local/bin/youtube-dl/youtube_dl/YoutubeDL.py", line 1412, in urlopen
return self._opener.open(req, timeout=self._socket_timeout)
File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/urllib2.py", line 400, in open
response = meth(req, response)
File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/urllib2.py", line 513, in http_response
'http', request, response, code, msg, hdrs)
File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/urllib2.py", line 438, in error
return self._call_chain(_args)
File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/urllib2.py", line 372, in _call_chain
result = func(_args)
File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/urllib2.py", line 521, in http_error_default
raise HTTPError(req.get_full_url(), code, msg, hdrs, fp)
HTTPError: HTTP Error 403: Forbidden
must be some new protection i think....