about summary refs log tree commit diff
diff options
context:
space:
mode:
authorPhilipp Hagemeister <phihag@phihag.de>2013-11-28 06:10:37 +0100
committerPhilipp Hagemeister <phihag@phihag.de>2013-11-28 06:10:37 +0100
commitfc9e1cc69706ef079fca0ee32529503ecedae578 (patch)
tree43a39cad2410ae8ac42f0468a0827cdedd2986d0
parentf8f60d27931421f969c7ec0a2a45caa743549994 (diff)
downloadyoutube-dl-fc9e1cc69706ef079fca0ee32529503ecedae578.tar.gz
youtube-dl-fc9e1cc69706ef079fca0ee32529503ecedae578.tar.xz
youtube-dl-fc9e1cc69706ef079fca0ee32529503ecedae578.zip
[clipfish] Use FIFA trailer as testcase (#1842)
-rw-r--r--youtube_dl/extractor/clipfish.py10
1 files changed, 5 insertions, 5 deletions
diff --git a/youtube_dl/extractor/clipfish.py b/youtube_dl/extractor/clipfish.py
index ba5623572..0d18e9a7a 100644
--- a/youtube_dl/extractor/clipfish.py
+++ b/youtube_dl/extractor/clipfish.py
@@ -11,12 +11,12 @@ class ClipfishIE(InfoExtractor):
 
     _VALID_URL = r'^https?://(?:www\.)?clipfish\.de/.*?/video/(?P<id>[0-9]+)/'
     _TEST = {
-        u'url': u'http://www.clipfish.de/special/supertalent/video/4028320/supertalent-2013-ivana-opacak-singt-nobodys-perfect/',
-        u'file': u'4028320.f4v',
-        u'md5': u'5e38bda8c329fbfb42be0386a3f5a382',
+        u'url': u'http://www.clipfish.de/special/game-trailer/video/3966754/fifa-14-e3-2013-trailer/',
+        u'file': u'3966754.mp4',
+        u'md5': u'2521cd644e862936cf2e698206e47385',
         u'info_dict': {
-            u'title': u'Supertalent 2013: Ivana Opacak singt Nobody\'s Perfect',
-            u'duration': 399,
+            u'title': u'FIFA 14 - E3 2013 Trailer',
+            u'duration': 82,
         }
     }