mirror of
https://github.com/ytdl-org/youtube-dl.git
synced 2025-08-22 06:14:05 -07:00
Merge 3017e553f4
into c5098961b0
This commit is contained in:
commit
b883cf0d50
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue