1
0
mirror of https://github.com/yt-dlp/yt-dlp.git synced 2024-09-05 18:39:37 +02:00

[niconico] Fix extraction on python3 (closes #17393)

This commit is contained in:
Gorfiend 2018-09-01 05:04:45 -04:00 committed by Sergey M
parent 4627995882
commit 4d59db5b90

View File

@ -252,7 +252,7 @@ def yesno(boolean):
},
'timing_constraint': 'unlimited'
}
}))
}).encode())
resolution = video_quality.get('resolution', {})