mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2025-08-11 11:11:46 +00:00
[niconico] Fix extraction on python3 (closes #17393)
This commit is contained in:
@@ -252,7 +252,7 @@ class NiconicoIE(InfoExtractor):
|
|||||||
},
|
},
|
||||||
'timing_constraint': 'unlimited'
|
'timing_constraint': 'unlimited'
|
||||||
}
|
}
|
||||||
}))
|
}).encode())
|
||||||
|
|
||||||
resolution = video_quality.get('resolution', {})
|
resolution = video_quality.get('resolution', {})
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user