Tests: Add coding to files
authorPhilipp Hagemeister <phihag@phihag.de>
Thu, 27 Jun 2013 18:32:02 +0000 (20:32 +0200)
committerPhilipp Hagemeister <phihag@phihag.de>
Thu, 27 Jun 2013 18:32:02 +0000 (20:32 +0200)
youtube_dl/extractor/infoq.py
youtube_dl/extractor/youku.py

index 9a13c52a8fa4d0b4a416d31411f37a63255bccf1..c79c589c72cac1fef1240aefd6f90a677ad3bdaf 100644 (file)
@@ -20,7 +20,7 @@ class InfoQIE(InfoExtractor):
             u"title": u"A Few of My Favorite [Python] Things"
         },
         u"params": {
-            u"skip_download": true
+            u"skip_download": True
         }
     }
 
index 278f7210570968c5152ef0f70a90c5efbce353ed..eb98298019c04334276688a7d9c6a5db8bd90664 100644 (file)
@@ -1,3 +1,5 @@
+# coding: utf-8
+
 import json
 import math
 import random
@@ -16,7 +18,7 @@ class YoukuIE(InfoExtractor):
         u"url": u"http://v.youku.com/v_show/id_XNDgyMDQ2NTQw.html",
         u"file": u"XNDgyMDQ2NTQw_part00.flv",
         u"md5": u"ffe3f2e435663dc2d1eea34faeff5b5b",
-        u"params": { u"test": false },
+        u"params": { u"test": False },
         u"info_dict": {
             u"title": u"youtube-dl test video \"'/\\ä↭𝕐"
         }