Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The Daily Show New URL #2596

Closed
HalosGhost opened this issue Mar 21, 2014 · 6 comments
Closed

The Daily Show New URL #2596

HalosGhost opened this issue Mar 21, 2014 · 6 comments

Comments

@HalosGhost
Copy link

@HalosGhost HalosGhost commented Mar 21, 2014

The Daily Show has switched to use a new domain: thedailyshow.cc.com

So, for example:

% ytdl 'http://thedailyshow.cc.com/full-episodes/25b7li/march-3--2014---seth-macfarlane' --verbose
[debug] System config: []
[debug] User config: []
[debug] Command-line args: ['http://thedailyshow.cc.com/full-episodes/25b7li/march-3--2014---seth-macfarlane', '--verbose']
[debug] Encodings: locale 'UTF-8', fs 'utf-8', out 'UTF-8', pref: 'UTF-8'
[debug] youtube-dl version 2014.03.21.3
[debug] Python version 3.4.0 - Linux-3.13.6-1-ARCH-x86_64-with-arch
[debug] Proxy map: {'http': 'http://127.0.0.1:8118', 'https': 'http://127.0.0.1:8118'}
[generic] march-3--2014---seth-macfarlane: Requesting header
WARNING: Falling back on generic information extractor.
[generic] march-3--2014---seth-macfarlane: Downloading webpage
[generic] march-3--2014---seth-macfarlane: Extracting information
ERROR: Unsupported URL: http://thedailyshow.cc.com/full-episodes/25b7li/march-3--2014---seth-macfarlane; 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.
Traceback (most recent call last):
  File "/usr/bin/youtube-dl/youtube_dl/YoutubeDL.py", line 506, in extract_info
    ie_result = ie.extract(url)
  File "/usr/bin/youtube-dl/youtube_dl/extractor/common.py", line 161, in extract
    return self._real_extract(url)
  File "/usr/bin/youtube-dl/youtube_dl/extractor/generic.py", line 535, in _real_extract
    raise ExtractorError('Unsupported URL: %s' % url)
youtube_dl.utils.ExtractorError: Unsupported URL: http://thedailyshow.cc.com/full-episodes/25b7li/march-3--2014---seth-macfarlane; 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.

I imagine that supporting the new URL should be enough to get it working again, but I cannot be sure.

@indiatester
Copy link

@indiatester indiatester commented Mar 21, 2014

I have hit the same issue as well.

[23:23 mridanga@mridanga Videos] > youtube-dl -t http://thedailyshow.cc.com/full-episodes/it409x/march-5--2014---rachel-maddow --verbose
[debug] System config: []
[debug] User config: []
[debug] Command-line args: ['-t', 'http://thedailyshow.cc.com/full-episodes/it409x/march-5--2014---rachel-maddow', '--verbose']
[debug] Encodings: locale 'UTF-8', fs 'UTF-8', out 'UTF-8', pref: 'UTF-8'
[debug] youtube-dl version 2014.03.21.5
[debug] Python version 2.7.3 - Linux-3.5.0-26-generic-i686-with-Ubuntu-12.10-quantal
[debug] Proxy map: {}
[generic] march-5--2014---rachel-maddow: Requesting header
WARNING: Falling back on generic information extractor.
[generic] march-5--2014---rachel-maddow: Downloading webpage
[generic] march-5--2014---rachel-maddow: Extracting information
ERROR: Unsupported URL: http://thedailyshow.cc.com/full-episodes/it409x/march-5--2014---rachel-maddow; 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.
Traceback (most recent call last):
File "/usr/local/bin/youtube-dl/youtube_dl/extractor/generic.py", line 320, in _real_extract
doc = parse_xml(webpage)
File "/usr/local/bin/youtube-dl/youtube_dl/utils.py", line 1286, in parse_xml
return xml.etree.ElementTree.XML(s.encode('utf-8'), **kwargs)
File "/usr/lib/python2.7/xml/etree/ElementTree.py", line 1301, in XML
parser.feed(text)
File "/usr/lib/python2.7/xml/etree/ElementTree.py", line 1643, in feed
self._raiseerror(v)
File "/usr/lib/python2.7/xml/etree/ElementTree.py", line 1507, in _raiseerror
raise err
ParseError: mismatched tag: line 39, column 3
Traceback (most recent call last):
File "/usr/local/bin/youtube-dl/youtube_dl/YoutubeDL.py", line 506, in extract_info
ie_result = ie.extract(url)
File "/usr/local/bin/youtube-dl/youtube_dl/extractor/common.py", line 161, in extract
return self._real_extract(url)
File "/usr/local/bin/youtube-dl/youtube_dl/extractor/generic.py", line 535, in _real_extract
raise ExtractorError('Unsupported URL: %s' % url)
ExtractorError: Unsupported URL: http://thedailyshow.cc.com/full-episodes/it409x/march-5--2014---rachel-maddow; 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.

[23:23 mridanga@mridanga Videos] >

@phihag
Copy link
Contributor

@phihag phihag commented Mar 25, 2014

Thank you for the report. Support for the new domains has been added in youtube-dl 2014.03.25. Type sudo youtube-dl -U to update.

@phihag phihag closed this Mar 25, 2014
@HalosGhost
Copy link
Author

@HalosGhost HalosGhost commented Mar 25, 2014

@phihag, awesome! Thanks for the quick update.

@indiatester
Copy link

@indiatester indiatester commented Mar 25, 2014

It's working!!!

Thanks
Uday

On Tuesday, March 25, 2014 8:33 AM, Philipp Hagemeister notifications@github.com wrote:

Thank you for the report. Support for the new domains has been added in youtube-dl 2014.03.25. Type sudo youtube-dl -U to update.


Reply to this email directly or view it on GitHub.

@mburo
Copy link

@mburo mburo commented Apr 3, 2014

I have a similar domain request:

www.thedailyshow.cc.com doesn't work in Canada anymore - it was working till yesterday. The new URLs seem to be

http://watch.thecomedynetwork.ca/the-daily-show-with-jon-stewart/full-episodes

and

http://watch.thecomedynetwork.ca/the-colbert-report/full-episodes

I tried to massage the source code for half an hour today, but couldn't make it work. Could you please add support for these URLs? Thanks.

@phihag
Copy link
Contributor

@phihag phihag commented Apr 3, 2014

@mburo Sorry, your problem seems different from the one in this issue. In order for the issue tracker to work (for example, automatic closing etc.), new issues should be posted as new issues. Please create a new issue. Don't worry, creating issues is free.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked pull requests

Successfully merging a pull request may close this issue.

None yet
4 participants
You can’t perform that action at this time.