From: Remita Amine Date: Fri, 12 Jul 2019 21:50:37 +0000 (+0100) Subject: [spike] fix Bellator extraction X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=commitdiff_plain;h=57227618fe2708f9e4f1c87fdd08c49c7122c13b;p=youtube-dl [spike] fix Bellator extraction --- diff --git a/youtube_dl/extractor/spike.py b/youtube_dl/extractor/spike.py index 21b93a5b3..7c11ea7aa 100644 --- a/youtube_dl/extractor/spike.py +++ b/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']