mirror of
https://github.com/l1ving/youtube-dl
synced 2025-03-13 04:47:18 +08:00
[tv2hu] parse every quality
This commit is contained in:
parent
27a33de61c
commit
df5c8a8865
@ -72,7 +72,7 @@ class TV2HUIE(InfoExtractor):
|
||||
formats = self._extract_m3u8_formats(
|
||||
manifest_url, video_id, 'mp4', entry_protocol='m3u8_native')
|
||||
|
||||
for i in range(1, len(json_data['bitrates']['mp4'])):
|
||||
for i in range(len(json_data['bitrates']['mp4'])):
|
||||
if json_data['mp4Labels'][i].lower() == 'auto':
|
||||
continue
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user