aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorJaime Marquínez Ferrándiz <jaimemf93@gmail.com>2013-02-17 17:13:06 +0100
committerJaime Marquínez Ferrándiz <jaimemf93@gmail.com>2013-02-17 17:13:06 +0100
commit3a468f2d8b0261d4f45a7c5837f54edc33acdd8f (patch)
treeb76942ae479fea79231b0f5e461ffc19d1028501 /test
parent906417c7c586218c5a61f9966ce7d67528f97b69 (diff)
downloadyoutube-dl-3a468f2d8b0261d4f45a7c5837f54edc33acdd8f.tar.xz
Basic support for TED
Diffstat (limited to 'test')
-rw-r--r--test/tests.json9
1 files changed, 9 insertions, 0 deletions
diff --git a/test/tests.json b/test/tests.json
index 5c46af2c8..a6782ed4c 100644
--- a/test/tests.json
+++ b/test/tests.json
@@ -286,5 +286,14 @@
"title": "test chars: \"'/\\ä<>This is a test video for youtube-dl.For more information, contact phihag@phihag.de ."
}
+ },
+ {
+ "name": "TED",
+ "url": "http://www.ted.com/talks/dan_dennett_on_our_consciousness.html",
+ "file": "102.mp4",
+ "md5": "7bc087e71d16f18f9b8ab9fa62a8a031",
+ "info_dict": {
+ "title": "Dan Dennett: The illusion of consciousness"
+ }
}
]