mirror of
https://github.com/ytdl-org/youtube-dl
synced 2024-11-05 01:48:01 +09:00
Tests: Add coding to files
This commit is contained in:
parent
0c56a3f773
commit
ddbd903576
@ -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
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -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…
Reference in New Issue
Block a user