mirror of
https://github.com/ytdl-org/youtube-dl
synced 2024-11-05 09:57:59 +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"title": u"A Few of My Favorite [Python] Things"
|
||||||
},
|
},
|
||||||
u"params": {
|
u"params": {
|
||||||
u"skip_download": true
|
u"skip_download": True
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
|
# coding: utf-8
|
||||||
|
|
||||||
import json
|
import json
|
||||||
import math
|
import math
|
||||||
import random
|
import random
|
||||||
@ -16,7 +18,7 @@ class YoukuIE(InfoExtractor):
|
|||||||
u"url": u"http://v.youku.com/v_show/id_XNDgyMDQ2NTQw.html",
|
u"url": u"http://v.youku.com/v_show/id_XNDgyMDQ2NTQw.html",
|
||||||
u"file": u"XNDgyMDQ2NTQw_part00.flv",
|
u"file": u"XNDgyMDQ2NTQw_part00.flv",
|
||||||
u"md5": u"ffe3f2e435663dc2d1eea34faeff5b5b",
|
u"md5": u"ffe3f2e435663dc2d1eea34faeff5b5b",
|
||||||
u"params": { u"test": false },
|
u"params": { u"test": False },
|
||||||
u"info_dict": {
|
u"info_dict": {
|
||||||
u"title": u"youtube-dl test video \"'/\\ä↭𝕐"
|
u"title": u"youtube-dl test video \"'/\\ä↭𝕐"
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user