logo

youtube-dl

[mirror] Download/Watch videos from video hosters
commit: 57227618fe2708f9e4f1c87fdd08c49c7122c13b
parent 0441d6266ca275b1b4a2ad4efdb4b3f54e318e88
Author: Remita Amine <remitamine@gmail.com>
Date:   Fri, 12 Jul 2019 22:50:37 +0100

[spike] fix Bellator extraction

Diffstat:

Myoutube_dl/extractor/spike.py2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 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']