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.
[NBC] Site Broken #7806
[NBC] Site Broken #7806
Comments
|
This issue is already fixed and will be available in the next version of youtube-dl. |
|
OK thanks |
|
It seems there are still issues with videos from ThePlatform player. Here are a few examples of failing urls:
Tested with the latest version as of today (2016.02.10). |
|
Post the full output of youtube-dl when run with
Do not post screenshots of verbose log only plain text is acceptable. The output (including the first lines) contains important debugging information. Issues without the full output are often not reproducible and therefore do not get solved in short order, if ever. |
|
Sure:
|
|
Update ffmpeg. |
|
Ok thanks that was the issue for the first link. The second one still fails with a 404 (while the video is correctly accessible on a browser):
|
|
Any update on this? I'm still getting the same problem with the Platform videos such as this one: |
|
Generated links are OK with http://link.theplatform.com/s/0L7ZPC/9TvMwq9DWGkD?mbr=true&switch=progressive while broken with http://link.theplatform.com/s/0L7ZPC/9TvMwq9DWGkD?mbr=true Any ideas @remitamine? This time it's impossible to create a new extractor. |
it similar to the other nbc network websites(usanetwork, syfy, bravo), they provide by default non working mp4 when the manifest requested without the correct query.
in this example url, it's possible to simply to transform the player url to link url. UPDATE: i'm referring to creating an extractor for telemundo. |
|
Thanks for the information. The rule to create possible queries is quite useful. I guess youtube-dl can try by adding additional queries if mere |
Videos from NBC seem to be broken. Was working yesterday, today I get the following error...
Just did and update with the same result.
Cheers!
[debug] System config: []
[debug] User config: []
[debug] Command-line args: [u'--verbose', u'http://www.nbc.com/the-voice/episode-guide/season-9/live-semifinal-performances/924']
[debug] Encodings: locale UTF-8, fs UTF-8, out UTF-8, pref UTF-8
[debug] youtube-dl version 2015.12.06
[debug] Python version 2.7.6 - Linux-3.16.0-43-generic-x86_64-with-Ubuntu-14.04-trusty
[debug] exe versions: none
[debug] Proxy map: {}
[NBC] 924: Downloading webpage
[ThePlatform] guid: Downloading webpage
ERROR: Unable to extract smil url; 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.
Traceback (most recent call last):
File "/usr/local/bin/youtube-dl/youtube_dl/YoutubeDL.py", line 663, in extract_info
ie_result = ie.extract(url)
File "/usr/local/bin/youtube-dl/youtube_dl/extractor/common.py", line 290, in extract
return self._real_extract(url)
File "/usr/local/bin/youtube-dl/youtube_dl/extractor/theplatform.py", line 210, in _real_extract
webpage, 'smil url', group='url')
File "/usr/local/bin/youtube-dl/youtube_dl/extractor/common.py", line 584, in _search_regex
raise RegexNotFoundError('Unable to extract %s' % _name)
RegexNotFoundError: Unable to extract smil url; 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.