diff options
author | snipem <mail@matthias-kuech.de> | 2015-04-12 11:31:58 +0200 |
---|---|---|
committer | Sergey M․ <dstftw@gmail.com> | 2015-04-12 17:01:12 +0600 |
commit | 9a4d8fae82f10afe8b2d0611f2f054af60dc7acc (patch) | |
tree | dfefa41b0540b24f548e726e54fa6a45148a5792 /youtube_dl/extractor/footyroom.py | |
parent | 7d2ba6394c489879578e316e533eeb282942e54b (diff) |
[FootyTube] Fixed wrong md5 checksum
Diffstat (limited to 'youtube_dl/extractor/footyroom.py')
-rw-r--r-- | youtube_dl/extractor/footyroom.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/youtube_dl/extractor/footyroom.py b/youtube_dl/extractor/footyroom.py index dc784db96..70dfb0659 100644 --- a/youtube_dl/extractor/footyroom.py +++ b/youtube_dl/extractor/footyroom.py @@ -8,7 +8,6 @@ class FootyRoomIE(InfoExtractor): _VALID_URL = r'http://footyroom\.com/(?P<id>[^/]+)' _TESTS = [{ 'url': 'http://footyroom.com/schalke-04-0-2-real-madrid-2015-02/', - 'md5': 'f38d400d32f19724570040d5ce3a505f', 'info_dict': { 'id': 'schalke-04-0-2-real-madrid-2015-02', 'title': 'Schalke 04 0 – 2 Real Madrid', |