mirror of
https://github.com/ytdl-org/youtube-dl
synced 2025-05-30 01:22:40 +09:00
Merge 2d900facc4fa5c8e93e08a8ca346b58fdf389169 into 3eb8d22ddb8982ca4fb56bb7a8d6517538bf14c6
This commit is contained in:
commit
7d37d8e0fd
@ -193,6 +193,9 @@ class SafariApiIE(SafariBaseIE):
|
||||
part = self._download_json(
|
||||
url, '%s/%s' % (mobj.group('course_id'), mobj.group('part')),
|
||||
'Downloading part JSON')
|
||||
part['web_url'] = part['asset_base_url'].replace('library/view',
|
||||
'videos') +\
|
||||
part['videoclips'][0]['reference_id'] + '/'
|
||||
return self.url_result(part['web_url'], SafariIE.ie_key())
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user