mirror of
https://github.com/l1ving/youtube-dl
synced 2025-02-03 22:12:51 +08:00
[tv2hu] using local variable
This commit is contained in:
parent
6a90314a26
commit
2081f98628
@ -51,7 +51,7 @@ class TV2HUIE(InfoExtractor):
|
||||
for i in range(len(json_data['bitrates']['mp4'])):
|
||||
quality = json_data.get('mp4Labels')[i]
|
||||
|
||||
if json_data['mp4Labels'][i].lower() == 'auto':
|
||||
if quality.lower() == 'auto':
|
||||
continue
|
||||
|
||||
formats.append({
|
||||
|
Loading…
Reference in New Issue
Block a user