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.
Support for CMT.com (MTV Services) #2049
Comments
|
It was quite easy, thanks for the report. |
|
No problem. Viacom owns a bunch of different networks, so it would be interesting how many of them use the same video hosting system. http://en.wikipedia.org/wiki/Viacom#Assets. I'll wait until I've had a chance to test the newest version before I file another report, but so far I've found that VH1 and Comedy Central use it for videos that are not presently supported by youtube-dl: |
CMT.com videos are unsupported. Example url:
$ youtube-dl -v http://www.cmt.com/videos/garth-brooks/989124/the-call-featuring-trisha-yearwood.jhtml#artist=30061 [debug] System config: [] [debug] User config: [] [debug] Command-line args: ['-v', 'http://www.cmt.com/videos/garth-brooks/989124/the-call-featuring-trisha-yearwood.jhtml#artist=30061'] [debug] Encodings: locale 'UTF-8', fs 'UTF-8', out 'UTF-8', pref: 'UTF-8' [debug] youtube-dl version 2013.12.26 [debug] Python version 2.7.1+ - Linux-2.6.38-16-generic-i686-with-Ubuntu-11.04-natty [debug] Proxy map: {} [redirect] Following redirect to http://www.cmt.com/videos/garth-brooks/989124/the-call-featuring-trisha-yearwood.jhtml WARNING: Falling back on generic information extractor. [generic] the-call-featuring-trisha-yearwood: Downloading webpage [generic] the-call-featuring-trisha-yearwood: Extracting information ERROR: Unsupported URL: http://www.cmt.com/videos/garth-brooks/989124/the-call-featuring-trisha-yearwood.jhtml; 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 484, in extract_info ie_result = ie.extract(url) File "/usr/bin/youtube-dl/youtube_dl/extractor/common.py", line 149, in extract return self._real_extract(url) File "/usr/bin/youtube-dl/youtube_dl/extractor/generic.py", line 330, in _real_extract raise ExtractorError(u'Unsupported URL: %s' % url) ExtractorError: Unsupported URL: http://www.cmt.com/videos/garth-brooks/989124/the-call-featuring-trisha-yearwood.jhtml; 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.This is the URL from the embed code: "http://media.mtvnservices.com/embed/mgid:uma:video:cmt.com:989124/cp~vid%3D989124%26uri%3Dmgid%3Auma%3Avideo%3Acmt.com%3A989124"
If this is supplied by MTV and MTV is already supported, I think this should be easy to add support for.