mirror of
https://github.com/ytdl-org/youtube-dl.git
synced 2024-01-07 17:16:08 +00: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 a new issue