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.
Failure: http://www.thedailyshow.com/full-episodes/fri-october-4-2013- #1579
Comments
|
This may have been a temporary error (on comedycentral's part, for not having the video files published to the server before linking to them), it works fine now for me from multiple locations. Do you still get the same error when you retry? |
|
Yes, I get it when I retry on my Mac and on my web host server. On Tue, Oct 8, 2013 at 5:33 PM, Philipp Hagemeister <
|
|
Ok, I can now reproduce it (without changing anything). I suspect we get the number of segments wrong for the Friday episode. |
|
The Friday episodes are often different from the rest of the week's, On Wed, Oct 9, 2013 at 6:00 PM, Philipp Hagemeister <
|
|
I can't play the last segment of the episode on the web (whis is listed in http://shadow.comedycentral.com/feeds/video_player/mrss/?uri=mgid%3Acms%3Aepisode%3Athedailyshow.com%3A429539). If you look in the
While for the others it lists the rtmp links. |
|
Now the original URL redirects to http://www.cc.com/shows/the-daily-show-with-trevor-noah. However playlists on cc.com are not supported yet. Please move to #10003 for further discussion. |
Command: youtube-dl --verbose http://www.thedailyshow.com/full-episodes/fri-october-4-2013-
Result:
[debug] System config: []
[debug] User config: []
[debug] Command-line args: ['--verbose', 'http://www.thedailyshow.com/full-episodes/fri-october-4-2013-']
[debug] youtube-dl version 2013.10.07
[debug] Python version 2.7.5 - Linux-2.6.32.8-grsec-2.1.14-modsign-xeon-64-x86_64-with-debian-5.0.9
[debug] Proxy map: {}
[ComedyCentral] fri-october-4-2013-: Extracting information
[ComedyCentral] fri-october-4-2013-: Downloading webpage
[ComedyCentral] fri-october-4-2013-: Downloading show index
[ComedyCentral] fri-october-4-2013-: Downloading configuration for 429230
[ComedyCentral] fri-october-4-2013-: Downloading configuration for 429540
[ComedyCentral] fri-october-4-2013-: Downloading configuration for 429541
[ComedyCentral] fri-october-4-2013-: Downloading configuration for 429542
[ComedyCentral] fri-october-4-2013-: Downloading configuration for 429543
ERROR: Unable to download webpage: HTTP Error 404: Not Found; please report this issue on https://yt-dl.org/bug . Be sure to call youtube-dl with the --verbose flag and include its complete output. Make sure you are using the latest version; type youtube-dl -U to update.
File "/home/luomat/bin/youtube-dl/youtube_dl/extractor/common.py", line 147, in _request_webpage
return compat_urllib_request.urlopen(url_or_request)
File "/home/luomat/lib/python2.7/urllib2.py", line 127, in urlopen
return _opener.open(url, data, timeout)
File "/home/luomat/lib/python2.7/urllib2.py", line 410, in open
response = meth(req, response)
File "/home/luomat/lib/python2.7/urllib2.py", line 523, in http_response
'http', request, response, code, msg, hdrs)
File "/home/luomat/lib/python2.7/urllib2.py", line 442, in error
result = self._call_chain(_args)
File "/home/luomat/lib/python2.7/urllib2.py", line 382, in _call_chain
result = func(_args)
File "/home/luomat/lib/python2.7/urllib2.py", line 629, in http_error_302
return self.parent.open(new, timeout=req.timeout)
File "/home/luomat/lib/python2.7/urllib2.py", line 410, in open
response = meth(req, response)
File "/home/luomat/lib/python2.7/urllib2.py", line 523, in http_response
'http', request, response, code, msg, hdrs)
File "/home/luomat/lib/python2.7/urllib2.py", line 448, in error
return self._call_chain(_args)
File "/home/luomat/lib/python2.7/urllib2.py", line 382, in _call_chain
result = func(_args)
File "/home/luomat/lib/python2.7/urllib2.py", line 531, in http_error_default
raise HTTPError(req.get_full_url(), code, msg, hdrs, fp)