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. 2
      youtube_dl/extractor/spike.py

2
youtube_dl/extractor/spike.py

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