Browse Source

Tests: Add coding to files

rtmp_test
Philipp Hagemeister 11 years ago
parent
commit
ddbd903576
2 changed files with 4 additions and 2 deletions
  1. +1
    -1
      youtube_dl/extractor/infoq.py
  2. +3
    -1
      youtube_dl/extractor/youku.py

+ 1
- 1
youtube_dl/extractor/infoq.py View 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
}
}


+ 3
- 1
youtube_dl/extractor/youku.py View 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 \"'/\\ä↭𝕐"
}


Loading…
Cancel
Save