diff options
author | Jaime Marquínez Ferrándiz <jaime.marquinez.ferrandiz@gmail.com> | 2013-05-02 18:18:27 +0200 |
---|---|---|
committer | Jaime Marquínez Ferrándiz <jaime.marquinez.ferrandiz@gmail.com> | 2013-05-02 18:18:27 +0200 |
commit | 46bfb422584b46462ab4859f400758e0e7e977ad (patch) | |
tree | 70b4653917fa35e36a64cbc825f92d492f973786 /test | |
parent | feecf2251190ef7969ba58146f058e87fa237abb (diff) |
InfoExtractors: use _download_webpage in more IEs
IEs without tests are intact.
Diffstat (limited to 'test')
-rw-r--r-- | test/tests.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/tests.json b/test/tests.json index 2765b5ba0..3c84dcf15 100644 --- a/test/tests.json +++ b/test/tests.json @@ -112,7 +112,7 @@ { "name": "Escapist", "url": "http://www.escapistmagazine.com/videos/view/the-escapist-presents/6618-Breaking-Down-Baldurs-Gate", - "file": "6618-Breaking-Down-Baldurs-Gate.flv", + "file": "6618-Breaking-Down-Baldurs-Gate.mp4", "md5": "c6793dbda81388f4264c1ba18684a74d", "skip": "Fails with timeout on Travis" }, |