1
0
mirror of https://github.com/l1ving/youtube-dl synced 2025-02-09 07:42:57 +08:00

[niconico] Encode json data in request for formats (closes #17393)

This commit is contained in:
Gorfiend 2018-08-31 21:14:01 -04:00
parent 4991e16c2a
commit deeb21c8f2

View File

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