summary refs log tree commit diff
diff options
context:
space:
mode:
authorJaime Marquínez Ferrándiz <jaimemf93@gmail.com>2013-01-01 14:39:45 +0100
committerJaime Marquínez Ferrándiz <jaimemf93@gmail.com>2013-01-01 15:41:55 +0100
commitdeb594a9a04236a9e034bac16f625df3fed2b352 (patch)
treec20341d1ed9370b15631449c7c9849174c5719e6
parente314ba675b6ce6683395d04e4621aae2b5aca0ec (diff)
downloadyoutube-dl-deb594a9a04236a9e034bac16f625df3fed2b352.tar.gz
youtube-dl-deb594a9a04236a9e034bac16f625df3fed2b352.tar.xz
youtube-dl-deb594a9a04236a9e034bac16f625df3fed2b352.zip
Test for steam
-rw-r--r--test/tests.json9
1 files changed, 9 insertions, 0 deletions
diff --git a/test/tests.json b/test/tests.json
index c2de6099d..61914e868 100644
--- a/test/tests.json
+++ b/test/tests.json
@@ -120,5 +120,14 @@
         "upload_date": "20091225",
         "description": "Installing Gentoo Linux on Powerbook G4, it turns out the sleep indicator becomes HDD activity indicator :D"
     }
+  },
+  {
+    "name": "Steam",
+    "url": "http://store.steampowered.com/video/105600/",
+    "file": "81300.flv",
+    "md5": "f870007cee7065d7c76b88f0a45ecc07",
+    "info_dict": {
+        "title": "Terraria 1.1 Trailer"
+    }
   }
 ]