aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorJaime Marquínez Ferrándiz <jaime.marquinez.ferrandiz@gmail.com>2013-06-26 17:55:54 +0200
committerJaime Marquínez Ferrándiz <jaime.marquinez.ferrandiz@gmail.com>2013-06-26 17:55:54 +0200
commitaa0c87391c7b84cde2fa8e307ffe5329e8ed3e5b (patch)
treeaedfa705ca6cab8385a1fd06664604b69f2cc942 /test
parent2e3252801219dc82c379ba00a30c629039b06a24 (diff)
downloadyoutube-dl-aa0c87391c7b84cde2fa8e307ffe5329e8ed3e5b.tar.xz
Add CSpanIE (closes #312)
Diffstat (limited to 'test')
-rw-r--r--test/tests.json10
1 files changed, 10 insertions, 0 deletions
diff --git a/test/tests.json b/test/tests.json
index 5f4f642e8..aa540792e 100644
--- a/test/tests.json
+++ b/test/tests.json
@@ -695,5 +695,15 @@
"info_dict": {
"title": "卡马乔国足开大脚长传冲吊集锦"
}
+ },
+ {
+ "name": "CSpan",
+ "url": "http://www.c-spanvideo.org/program/HolderonV",
+ "file": "315139.flv",
+ "md5": "74a623266956f69e4df0068ab6c80fe4",
+ "info_dict": {
+ "title": "Attorney General Eric Holder on Voting Rights Act Decision"
+ },
+ "skip": "Requires rtmpdump"
}
]