mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-11-03 08:19:57 +01:00
[cbs] extract once formats(closes #10515)
This commit is contained in:
parent
f8fd510eb4
commit
2896dd73bc
@ -51,7 +51,7 @@ def _extract_video_info(self, guid):
|
|||||||
path = 'dJ5BDC/media/guid/2198311517/' + guid
|
path = 'dJ5BDC/media/guid/2198311517/' + guid
|
||||||
smil_url = 'http://link.theplatform.com/s/%s?mbr=true' % path
|
smil_url = 'http://link.theplatform.com/s/%s?mbr=true' % path
|
||||||
formats, subtitles = self._extract_theplatform_smil(smil_url + '&manifest=m3u', guid)
|
formats, subtitles = self._extract_theplatform_smil(smil_url + '&manifest=m3u', guid)
|
||||||
for r in ('HLS&formats=M3U', 'RTMP', 'WIFI', '3G'):
|
for r in ('OnceURL&formats=M3U', 'HLS&formats=M3U', 'RTMP', 'WIFI', '3G'):
|
||||||
try:
|
try:
|
||||||
tp_formats, _ = self._extract_theplatform_smil(smil_url + '&assetTypes=' + r, guid, 'Downloading %s SMIL data' % r.split('&')[0])
|
tp_formats, _ = self._extract_theplatform_smil(smil_url + '&assetTypes=' + r, guid, 'Downloading %s SMIL data' % r.split('&')[0])
|
||||||
formats.extend(tp_formats)
|
formats.extend(tp_formats)
|
||||||
|
Loading…
Reference in New Issue
Block a user