Browse Source

[clipfish] Update test

master-ytdl-org
Tithen-Firion 7 years ago
committed by Sergey M
parent
commit
f5edd7ae51
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      youtube_dl/extractor/clipfish.py

+ 1
- 1
youtube_dl/extractor/clipfish.py View File

@ -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',


Loading…
Cancel
Save