Browse Source

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

Gorfiend 7 years ago
parent
commit
4d59db5b90
1 changed files with 1 additions and 1 deletions
  1. 1 1
      youtube_dl/extractor/niconico.py

+ 1 - 1
youtube_dl/extractor/niconico.py

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