mirror of
https://github.com/ytdl-org/youtube-dl
synced 2024-11-08 19:38:00 +09:00
Merge 2d900facc4
into e1b3fa242c
This commit is contained in:
commit
c8ea79651a
@ -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…
Reference in New Issue
Block a user