1
0
mirror of https://github.com/yt-dlp/yt-dlp synced 2025-06-30 11:02:54 -05:00

[spike] Add support for downloading the mobile version if the normal version is geoblocked

This commit is contained in:
Jaime Marquínez Ferrándiz
2014-03-08 20:06:20 +01:00
parent cc1db7f9b7
commit 340b046876
2 changed files with 27 additions and 2 deletions

View File

@ -17,3 +17,4 @@ class SpikeIE(MTVServicesInfoExtractor):
}
_FEED_URL = 'http://www.spike.com/feeds/mrss/'
_MOBILE_TEMPLATE = 'http://m.spike.com/videos/video.rbml?id=%s'