diff options
author | Jaime Marquínez Ferrándiz <jaime.marquinez.ferrandiz@gmail.com> | 2013-06-26 17:55:54 +0200 |
---|---|---|
committer | Jaime Marquínez Ferrándiz <jaime.marquinez.ferrandiz@gmail.com> | 2013-06-26 17:55:54 +0200 |
commit | aa0c87391c7b84cde2fa8e307ffe5329e8ed3e5b (patch) | |
tree | aedfa705ca6cab8385a1fd06664604b69f2cc942 /test/tests.json | |
parent | 2e3252801219dc82c379ba00a30c629039b06a24 (diff) |
Add CSpanIE (closes #312)
Diffstat (limited to 'test/tests.json')
-rw-r--r-- | test/tests.json | 10 |
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" } ] |