mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2025-08-15 17:08:29 +00:00
KinjaEmbedIE
This commit is contained in:
parent
3a7523ea67
commit
496935f162
@ -896,16 +896,6 @@ class GenericIE(InfoExtractor):
|
|||||||
'uploader_id': 'eps2',
|
'uploader_id': 'eps2',
|
||||||
'view_count': int,
|
'view_count': int,
|
||||||
},
|
},
|
||||||
}, {
|
|
||||||
# 🔍78
|
|
||||||
# KinjaEmbedIE
|
|
||||||
'url': 'http://www.clickhole.com/video/dont-understand-bitcoin-man-will-mumble-explanatio-2537',
|
|
||||||
'info_dict': {
|
|
||||||
'id': '106351',
|
|
||||||
'ext': 'mp4',
|
|
||||||
'title': 'Don’t Understand Bitcoin? This Man Will Mumble An Explanation At You',
|
|
||||||
},
|
|
||||||
'skip': 'Invalid URL',
|
|
||||||
}, {
|
}, {
|
||||||
# ✅124
|
# ✅124
|
||||||
# YoutubeIE
|
# YoutubeIE
|
||||||
|
@ -89,6 +89,15 @@ class KinjaEmbedIE(InfoExtractor):
|
|||||||
'url': 'https://kinja.com/ajax/inset/iframe?id=youtube-video-00QyL0AgPAE',
|
'url': 'https://kinja.com/ajax/inset/iframe?id=youtube-video-00QyL0AgPAE',
|
||||||
'only_matching': True,
|
'only_matching': True,
|
||||||
}]
|
}]
|
||||||
|
_WEBPAGE_TESTS = [{
|
||||||
|
'url': 'http://www.clickhole.com/video/dont-understand-bitcoin-man-will-mumble-explanatio-2537',
|
||||||
|
'info_dict': {
|
||||||
|
'id': '106351',
|
||||||
|
'ext': 'mp4',
|
||||||
|
'title': 'Don’t Understand Bitcoin? This Man Will Mumble An Explanation At You',
|
||||||
|
},
|
||||||
|
'skip': 'Invalid URL',
|
||||||
|
}]
|
||||||
_JWPLATFORM_PROVIDER = ('cdn.jwplayer.com/v2/media/', 'JWPlatform')
|
_JWPLATFORM_PROVIDER = ('cdn.jwplayer.com/v2/media/', 'JWPlatform')
|
||||||
_PROVIDER_MAP = {
|
_PROVIDER_MAP = {
|
||||||
'fb': ('facebook.com/video.php?v=', 'Facebook'),
|
'fb': ('facebook.com/video.php?v=', 'Facebook'),
|
||||||
|
Loading…
Reference in New Issue
Block a user