Browse Source

[FootyTube] Fixed wrong md5 checksum

totalwebcasting
snipem 10 years ago
committed by Sergey M․
parent
commit
9a4d8fae82
1 changed files with 0 additions and 1 deletions
  1. +0
    -1
      youtube_dl/extractor/footyroom.py

+ 0
- 1
youtube_dl/extractor/footyroom.py View File

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


Loading…
Cancel
Save