Browse Source

[spike] fix Bellator extraction

Remita Amine 6 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

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