[niconico] Fix extraction on python3 (closes #17393)
authorGorfiend <Gorfiend@users.noreply.github.com>
Sat, 1 Sep 2018 09:04:45 +0000 (05:04 -0400)
committerSergey M <dstftw@gmail.com>
Sat, 1 Sep 2018 09:04:45 +0000 (16:04 +0700)
youtube_dl/extractor/niconico.py

index dbe871f1657e8ace3802704d14dd29f49efadec9..76b412ff1ae7d2d0866f3357706db365a9c0e613 100644 (file)
@@ -252,7 +252,7 @@ class NiconicoIE(InfoExtractor):
                     },
                     'timing_constraint': 'unlimited'
                 }
-            }))
+            }).encode())
 
         resolution = video_quality.get('resolution', {})