Browse Source

[spike] fix Bellator extraction

master
Remita Amine 5 years ago
parent
commit
57227618fe
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      youtube_dl/extractor/spike.py

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

@ -22,7 +22,7 @@ class BellatorIE(MTVServicesInfoExtractor):
'only_matching': True,
}]
_FEED_URL = 'http://www.spike.com/feeds/mrss/'
_FEED_URL = 'http://www.bellator.com/feeds/mrss/'
_GEO_COUNTRIES = ['US']


Loading…
Cancel
Save