about summary refs log tree commit diff
diff options
context:
space:
mode:
authorTithen-Firion <Tithen-Firion@users.noreply.github.com>2017-04-27 21:51:30 +0200
committerSergey M <dstftw@gmail.com>2017-04-28 02:51:30 +0700
commitf5edd7ae5105c5e7c58f220f326f5d18ca2c035b (patch)
treeed6b53fe5503225d7f795d4a89d4451bfb9fe3d2
parent374560f0181423be530660fd4b2e1a685e6648f8 (diff)
downloadyoutube-dl-f5edd7ae5105c5e7c58f220f326f5d18ca2c035b.tar.gz
youtube-dl-f5edd7ae5105c5e7c58f220f326f5d18ca2c035b.tar.xz
youtube-dl-f5edd7ae5105c5e7c58f220f326f5d18ca2c035b.zip
[clipfish] Update test
-rw-r--r--youtube_dl/extractor/clipfish.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/youtube_dl/extractor/clipfish.py b/youtube_dl/extractor/clipfish.py
index bb52e0c6f..0920f6219 100644
--- a/youtube_dl/extractor/clipfish.py
+++ b/youtube_dl/extractor/clipfish.py
@@ -12,7 +12,7 @@ class ClipfishIE(InfoExtractor):
     _VALID_URL = r'https?://(?:www\.)?clipfish\.de/(?:[^/]+/)+video/(?P<id>[0-9]+)'
     _TEST = {
         'url': 'http://www.clipfish.de/special/ugly-americans/video/4343170/s01-e01-ugly-americans-date-in-der-hoelle/',
-        'md5': '720563e467b86374c194bdead08d207d',
+        'md5': 'b9a5dc46294154c1193e2d10e0c95693',
         'info_dict': {
             'id': '4343170',
             'ext': 'mp4',