mirror of
https://github.com/l1ving/youtube-dl
synced 2025-02-03 12:47:52 +08:00
[niconico] Fix extraction on python3 (closes #17393)
This commit is contained in:
parent
6d85d1a404
commit
7ee90713ae
@ -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