mirror of
https://codeberg.org/polarisfm/youtube-dl
synced 2024-11-22 16:44:32 +01:00
[niconico] Fix extraction on python3 (closes #17393)
This commit is contained in:
parent
4627995882
commit
4d59db5b90
@ -252,7 +252,7 @@ class NiconicoIE(InfoExtractor):
|
|||||||
},
|
},
|
||||||
'timing_constraint': 'unlimited'
|
'timing_constraint': 'unlimited'
|
||||||
}
|
}
|
||||||
}))
|
}).encode())
|
||||||
|
|
||||||
resolution = video_quality.get('resolution', {})
|
resolution = video_quality.get('resolution', {})
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user