[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
1 changed files with 1 additions and 1 deletions

View File

@ -252,7 +252,7 @@ class NiconicoIE(InfoExtractor):
},
'timing_constraint': 'unlimited'
}
}))
}).encode())
resolution = video_quality.get('resolution', {})