mirror of
https://github.com/yt-dlp/yt-dlp
synced 2025-01-18 10:26:48 +01:00
[niconico] Fix extraction on python3 (closes #17393)
This commit is contained in:
parent
4627995882
commit
4d59db5b90
1 changed files with 1 additions and 1 deletions
|
@ -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