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

Update niconico.py

This commit is contained in:
Sergey M 2018-09-01 16:02:42 +07:00 committed by GitHub
parent deeb21c8f2
commit 409f0fc25d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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