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 "Unsupported URL" #27629

Closed
5 tasks done
falcorr opened this issue Jan 2, 2021 · 1 comment
Closed
5 tasks done

SBS "Unsupported URL" #27629

falcorr opened this issue Jan 2, 2021 · 1 comment

Comments

@falcorr
Copy link

falcorr commented Jan 2, 2021

Checklist

  • I'm reporting a broken site support
  • I've verified that I'm running youtube-dl version 2020.12.31
  • I've checked that all provided URLs are alive and playable in a browser
  • I've checked that all URLs and arguments with special characters are properly quoted or escaped
  • I've searched the bugtracker for similar issues including closed ones

Verbose log

[debug] System config: []
[debug] User config: []
[debug] Custom config: []
[debug] Command-line args: ['https://www.sbs.com.au/ondemand/program/inside-windsor-castle?play=1278558787526', '-v']
[debug] Encodings: locale cp1252, fs mbcs, out cp850, pref cp1252
[debug] youtube-dl version 2020.12.31
[debug] Python version 3.4.4 (CPython) - Windows-10-10.0.19041
[debug] exe versions: ffmpeg 4.3.1-essentials_build-www.gyan.dev, ffprobe 4.3.1-essentials_build-www.gyan.dev
[debug] Proxy map: {}
[generic] inside-windsor-castle?play=1278558787526: Requesting header
WARNING: Falling back on generic information extractor.
[generic] inside-windsor-castle?play=1278558787526: Downloading webpage
[generic] inside-windsor-castle?play=1278558787526: Extracting information
ERROR: Unsupported URL: https://www.sbs.com.au/ondemand/program/inside-windsor-castle?play=1278558787526
Traceback (most recent call last):
  File "C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\ytdl-org\tmpabf7r3hs\build\youtube_dl\YoutubeDL.py", line 803, in wrapper
  File "C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\ytdl-org\tmpabf7r3hs\build\youtube_dl\YoutubeDL.py", line 824, in __extract_info
  File "C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\ytdl-org\tmpabf7r3hs\build\youtube_dl\extractor\common.py", line 532, in extract
  File "C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\ytdl-org\tmpabf7r3hs\build\youtube_dl\extractor\generic.py", line 3448, in _real_extract
youtube_dl.utils.UnsupportedError: Unsupported URL: https://www.sbs.com.au/ondemand/program/inside-windsor-castle?play=1278558787526

Description

SBS, previously supported, appears to be no longer.

Links I'm attempting without success:

@fossdd
Copy link

fossdd commented Jan 2, 2021

The Supported URLs are here:

_VALID_URL = r'https?://(?:www\.)?sbs\.com\.au/(?:ondemand|news)/video/(?:single/)?(?P<id>[0-9]+)'

What you're looking for is a program. But in this line is only a video supported

I guess that's the point which needs to be fixed

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

No branches or pull requests

2 participants