mirror of
https://github.com/ytdl-org/youtube-dl.git
synced 2025-07-12 21:36:19 +00:00
Merge 3017e553f4a9be0799eaa662e6b0b42b0ce6450d into c5098961b04ce83f4615f2a846c84f803b072639
This commit is contained in:
commit
b883cf0d50
@ -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:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user