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.
MLB URL format #3653
MLB URL format #3653
Comments
|
Support for mlb video embeds has been added. Thanks for the report. |
Example (same clip)
This MLB URL does works:
http://m.mlb.com/video/topic/6479266/v35692085/oakhou-fan-dunks-ceremonial-first-pitch
Embedded MLB URL does not work:
http://m.mlb.com/shared/video/embed/embed.html?content_id=35692085&topic_id=6479266&width=400&height=224&property=mlb
youtube-dl -v http://m.mlb.com/shared/video/embed/embed.html?content_id=35692085&topic_id=6479266&width=400&height=224&property=mlb
[debug] System config: []
[debug] User config: []
[debug] Command-line args: ['-v', 'http://m.mlb.com/shared/video/embed/embed.htm
l?content_id=35692085']
[debug] Encodings: locale cp1252, fs mbcs, out cp850, pref cp1252
[debug] youtube-dl version 2014.09.01.1
[debug] Python version 2.7.8 - Windows-7-6.1.7601-SP1
[debug] Proxy map: {}
[generic] embed: Requesting header
WARNING: Falling back on generic information extractor.
[generic] embed: Downloading webpage
[generic] embed: Extracting information
ERROR: Unsupported URL: http://m.mlb.com/shared/video/embed/embed.html?content_i
d=35692085; 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 yo
u are using the latest version; type youtube-dl -U to update.
Traceback (most recent call last):
File "youtube_dl\extractor\generic.pyo", line 530, in _real_extract
File "youtube_dl\utils.pyo", line 1472, in parse_xml
File "xml\etree\ElementTree.pyo", line 1300, in XML
File "xml\etree\ElementTree.pyo", line 1642, in feed
File "xml\etree\ElementTree.pyo", line 1506, in _raiseerror
ParseError: junk after document element: line 41, column 0
Traceback (most recent call last):
File "youtube_dl\YoutubeDL.pyo", line 521, in extract_info
File "youtube_dl\extractor\common.pyo", line 178, in extract
File "youtube_dl\extractor\generic.pyo", line 869, in _real_extract
ExtractorError: Unsupported URL: http://m.mlb.com/shared/video/embed/embed.html?
content_id=35692085; 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. Mak
e sure you are using the latest version; type youtube-dl -U to update.
'topic_id' is not recognized as an internal or external command,
operable program or batch file.
'width' is not recognized as an internal or external command,
operable program or batch file.
'height' is not recognized as an internal or external command,
operable program or batch file.
'property' is not recognized as an internal or external command,
operable program or batch file.
Thanks as always
Ringo