aboutsummaryrefslogtreecommitdiff
path: root/test/tests.json
diff options
context:
space:
mode:
authorPhilipp Hagemeister <phihag@phihag.de>2013-01-01 21:01:49 +0100
committerPhilipp Hagemeister <phihag@phihag.de>2013-01-01 21:01:49 +0100
commit511eda8eda5486ae7ea0ac685197d009164425f7 (patch)
tree8497fea30332652ad8af6d3af35060bc2187f26f /test/tests.json
parent5f9551719cf167512c96add4fbc076fe38f7baaf (diff)
downloadyoutube-dl-511eda8eda5486ae7ea0ac685197d009164425f7.tar.xz
add test for infoq
Diffstat (limited to 'test/tests.json')
-rw-r--r--test/tests.json11
1 files changed, 11 insertions, 0 deletions
diff --git a/test/tests.json b/test/tests.json
index 1d7707033..cd72a88e3 100644
--- a/test/tests.json
+++ b/test/tests.json
@@ -149,5 +149,16 @@
"info_dict": {
"title": "Young Americans for Liberty February 7, 2012 2:28 AM"
}
+ },
+ {
+ "name": "InfoQ",
+ "url": "http://www.infoq.com/presentations/A-Few-of-My-Favorite-Python-Things",
+ "file": "12-jan-pythonthings.mp4",
+ "info_dict": {
+ "title": "A Few of My Favorite [Python] Things"
+ },
+ "params": {
+ "skip_download": true
+ }
}
]