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

SBS Australia - Unable to download f4m manifest: HTTP Error 403: Forbidden / ExtractorError: No video formats found. on some videos #8853

Closed
XtremeBear opened this issue Mar 14, 2016 · 1 comment

Comments

@XtremeBear
Copy link

@XtremeBear XtremeBear commented Mar 14, 2016

This works fine:
http://www.sbs.com.au/ondemand/video/633090627727/the-story-of-egypt-the-road-to-the-pyramids

however, this fails!!!

http://www.sbs.com.au/ondemand/video/11888707849/egypt-what-lies-beneath
(unsetting useragent makes no difference)

[debug] System config: [u'--user-agent', u'Mozilla/5.0 (X11; Linux x86_64; rv:39.0) Gecko/20100101 Firefox/38.0', u'--restrict-filenames', u'--ffmpeg-location', u'/opt/ffmpeg/usr/bin/ffmpeg']
[debug] User config: []
[debug] Command-line args: [u'-f', u'flv', u'--verbose', u'http://www.sbs.com.au/ondemand/video/11888707849/egypt-what-lies-beneath']
[debug] Encodings: locale ISO-8859-1, fs ISO-8859-1, out ISO-8859-1, pref ISO-8859-1
[debug] youtube-dl version 2016.03.06
[debug] Python version 2.7.3 - Linux-3.10.17-x86_64-Intel-R-_Pentium-R-_Dual__CPU__E2160__@_1.80GHz-with-slackware-14.0
[debug] exe versions: ffmpeg 2.5.3, ffprobe 2.5.3, rtmpdump 2.4
[debug] Proxy map: {}
[SBS] 11888707849: Downloading webpage
[ThePlatform] Vi7X79M80Gr0: Downloading SMIL data
[ThePlatform] Vi7X79M80Gr0: Downloading f4m manifest
WARNING: Unable to download f4m manifest: HTTP Error 403: Forbidden
[ThePlatform] Vi7X79M80Gr0: Downloading f4m manifest
WARNING: Unable to download f4m manifest: HTTP Error 403: Forbidden
[ThePlatform] Vi7X79M80Gr0: Downloading f4m manifest
WARNING: Unable to download f4m manifest: HTTP Error 403: Forbidden
[ThePlatform] Vi7X79M80Gr0: Downloading f4m manifest
WARNING: Unable to download f4m manifest: HTTP Error 403: Forbidden
ERROR: No video formats found; 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 668, in extract_info
    ie_result = ie.extract(url)
  File "/usr/local/bin/youtube-dl/youtube_dl/extractor/common.py", line 319, in extract
    return self._real_extract(url)
  File "/usr/local/bin/youtube-dl/youtube_dl/extractor/theplatform.py", line 234, in _real_extract
    formats, subtitles = self._extract_theplatform_smil(smil_url, video_id)
  File "/usr/local/bin/youtube-dl/youtube_dl/extractor/theplatform.py", line 46, in _extract_theplatform_smil
    transform_rtmp_url=lambda streamer, src: (streamer, 'mp4:' + src))
  File "/usr/local/bin/youtube-dl/youtube_dl/extractor/common.py", line 1302, in _parse_smil_formats
    self._sort_formats(formats)
  File "/usr/local/bin/youtube-dl/youtube_dl/extractor/common.py", line 832, in _sort_formats
    raise ExtractorError('No video formats found')
ExtractorError: No video formats found; 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.
@XtremeBear XtremeBear changed the title SBS Australia - ExtractorError: No video formats found on some video SBS Australia - Unable to download f4m manifest: HTTP Error 403: Forbidden / ExtractorError: No video formats found on some videos Mar 14, 2016
@XtremeBear XtremeBear changed the title SBS Australia - Unable to download f4m manifest: HTTP Error 403: Forbidden / ExtractorError: No video formats found on some videos SBS Australia - Unable to download f4m manifest: HTTP Error 403: Forbidden / ExtractorError: No video formats found. on some videos Mar 14, 2016
@dstftw
Copy link
Collaborator

@dstftw dstftw commented Mar 14, 2016

Duplicate of #3811.

@dstftw dstftw closed this Mar 14, 2016
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
2 participants
You can’t perform that action at this time.