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.tv download not working #6260
Comments
|
http://videomega.tv/view.php?ref=090051111052065112106089103052052103089106112065052111051090 gives me 404 as well. Can you watch it by this link in browser (not http://www.bada.tv/bada/modalController/detail/mv_no/1019031/main_yn//mv_cate0/1/context_search/%EC%83%81%EC%86%8D%EC%9E%90%EB%93%A4.E19.131211/)? |
|
No. For some reason it works only from this site "http://www.bada.tv/bada/modalController/detail/mv_no/1019031/main_yn//mv_cate0/1/context_search/%EC%83%81%EC%86%8D%EC%9E%90%EB%93%A4.E19.131211/". I've captured HTTP headers comparing via bada.tv and direct access. After comparison I tried again with --user-agent and --referer options but no luck. Via bada.tv http://videomega.tv/view.php?ref=090051111052065112106089103052052103089106112065052111051090 GET /view.php?ref=090051111052065112106089103052052103089106112065052111051090 HTTP/1.1 HTTP/1.1 200 OK Direct access http://videomega.tv/view.php?ref=090051111052065112106089103052052103089106112065052111051090 GET /view.php?ref=090051111052065112106089103052052103089106112065052111051090 HTTP/1.1 HTTP/1.1 302 Found |
|
Should be fixed in the next version. Note that when downloading video from videomega with youtube-dl no other program (e.g. browser) should access this video, since look like videomega allows only single session per video file. |
Hello,
I'm trying to download a video from videomega.tv but fails. I can watch the video from below URL.
"http://www.bada.tv/bada/modalController/detail/mv_no/1019031/main_yn//mv_cate0/1/context_search/%EC%83%81%EC%86%8D%EC%9E%90%EB%93%A4.E19.131211/"
Below is youtube-dl verbose output.
$ youtube-dl --verbose http://videomega.tv/view.php?ref=090051111052065112106089103052052103089106112065052111051090
[debug] System config: []
[debug] User config: []
[debug] Command-line args: [u'--verbose', u'http://videomega.tv/view.php?ref=090051111052065112106089103052052103089106112065052111051090']
[debug] Encodings: locale UTF-8, fs UTF-8, out UTF-8, pref UTF-8
[debug] youtube-dl version 2015.07.07
[debug] Python version 2.7.8 - CYGWIN_NT-6.3-1.7.32-0.274-5-3-x86_64-64bit
[debug] exe versions: ffmpeg N-65142-gd76675d, ffprobe N-65142-gd76675d
[debug] Proxy map: {}
[generic] view: Requesting header
WARNING: Could not send HEAD request to http://videomega.tv/view.php?ref=090051111052065112106089103052052103089106112065052111051090: HTTP Error 404: Not Found
[generic] view: Downloading webpage
ERROR: Unable to download webpage: HTTP Error 404: Not Found (caused by HTTPError()); 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 312, in _request_webpage
return self._downloader.urlopen(url_or_request)
File "/usr/local/bin/youtube-dl/youtube_dl/YoutubeDL.py", line 1729, in urlopen
return self._opener.open(req, timeout=self._socket_timeout)
File "/usr/lib/python2.7/urllib2.py", line 410, in open
response = meth(req, response)
File "/usr/lib/python2.7/urllib2.py", line 523, in http_response
'http', request, response, code, msg, hdrs)
File "/usr/lib/python2.7/urllib2.py", line 442, in error
result = self._call_chain(_args)
File "/usr/lib/python2.7/urllib2.py", line 382, in _call_chain
result = func(_args)
File "/usr/lib/python2.7/urllib2.py", line 629, in http_error_302
return self.parent.open(new, timeout=req.timeout)
File "/usr/lib/python2.7/urllib2.py", line 410, in open
response = meth(req, response)
File "/usr/lib/python2.7/urllib2.py", line 523, in http_response
'http', request, response, code, msg, hdrs)
File "/usr/lib/python2.7/urllib2.py", line 448, in error
return self._call_chain(_args)
File "/usr/lib/python2.7/urllib2.py", line 382, in _call_chain
result = func(_args)
File "/usr/lib/python2.7/urllib2.py", line 531, in http_error_default
raise HTTPError(req.get_full_url(), code, msg, hdrs, fp)