1
0
mirror of https://github.com/ytdl-org/youtube-dl.git synced 2025-07-12 13:26:19 +00:00

Merge 3017e553f4a9be0799eaa662e6b0b42b0ce6450d into c5098961b04ce83f4615f2a846c84f803b072639

This commit is contained in:
Benjamin Rumble 2024-08-21 22:22:40 -04:00 committed by GitHub
commit b883cf0d50
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -51,7 +51,7 @@ class SBSIE(InfoExtractor):
def _real_extract(self, url): def _real_extract(self, url):
video_id = self._match_id(url) video_id = self._match_id(url)
player_params = self._download_json( player_params = self._download_json(
'http://www.sbs.com.au/api/video_pdkvars/id/%s?form=json' % video_id, video_id) 'https://www.sbs.com.au/api/video_pdkvars/id/%s?form=json' % video_id, video_id)
error = player_params.get('error') error = player_params.get('error')
if error: if error: