mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2025-08-15 17:08:29 +00:00
SpringboardPlatformIE
This commit is contained in:
parent
70c30ceec8
commit
ae29278514
@ -1354,16 +1354,6 @@ class GenericIE(InfoExtractor):
|
|||||||
},
|
},
|
||||||
'playlist_count': 3,
|
'playlist_count': 3,
|
||||||
'skip': 'Invalid URL',
|
'skip': 'Invalid URL',
|
||||||
}, {
|
|
||||||
# 🔍100
|
|
||||||
# SpringboardPlatformIE
|
|
||||||
'url': 'https://www.kidzworld.com/article/30935-trolls-the-beat-goes-on-interview-skylar-astin-and-amanda-leighton',
|
|
||||||
'info_dict': {
|
|
||||||
'id': '1731611',
|
|
||||||
'ext': 'mp4',
|
|
||||||
'title': 'Official Trailer | TROLLS: THE BEAT GOES ON!',
|
|
||||||
},
|
|
||||||
'skip': 'Invalid URL',
|
|
||||||
}, {
|
}, {
|
||||||
# ✅124
|
# ✅124
|
||||||
# YoutubeIE
|
# YoutubeIE
|
||||||
|
@ -35,6 +35,7 @@ class SpringboardPlatformIE(InfoExtractor):
|
|||||||
'upload_date': '20140827',
|
'upload_date': '20140827',
|
||||||
'duration': 193,
|
'duration': 193,
|
||||||
},
|
},
|
||||||
|
'skip': 'Invalid URL',
|
||||||
}, {
|
}, {
|
||||||
'url': 'http://cms.springboardplatform.com/embed_iframe/159/video/981017/rab007/rapbasement.com/1/1',
|
'url': 'http://cms.springboardplatform.com/embed_iframe/159/video/981017/rab007/rapbasement.com/1/1',
|
||||||
'only_matching': True,
|
'only_matching': True,
|
||||||
@ -45,6 +46,15 @@ class SpringboardPlatformIE(InfoExtractor):
|
|||||||
'url': 'http://cms.springboardplatform.com/xml_feeds_advanced/index/159/rss3/981017/0/0/1/',
|
'url': 'http://cms.springboardplatform.com/xml_feeds_advanced/index/159/rss3/981017/0/0/1/',
|
||||||
'only_matching': True,
|
'only_matching': True,
|
||||||
}]
|
}]
|
||||||
|
_WEBPAGE_TESTS = [{
|
||||||
|
'url': 'https://www.kidzworld.com/article/30935-trolls-the-beat-goes-on-interview-skylar-astin-and-amanda-leighton',
|
||||||
|
'info_dict': {
|
||||||
|
'id': '1731611',
|
||||||
|
'ext': 'mp4',
|
||||||
|
'title': 'Official Trailer | TROLLS: THE BEAT GOES ON!',
|
||||||
|
},
|
||||||
|
'skip': 'Invalid URL',
|
||||||
|
}]
|
||||||
|
|
||||||
def _real_extract(self, url):
|
def _real_extract(self, url):
|
||||||
mobj = self._match_valid_url(url)
|
mobj = self._match_valid_url(url)
|
||||||
|
Loading…
Reference in New Issue
Block a user