mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2025-08-16 09:28:28 +00:00
BloggerIE
This commit is contained in:
parent
a72e07ee50
commit
0da091f57e
@ -19,8 +19,19 @@ class BloggerIE(InfoExtractor):
|
|||||||
'id': 'BLOGGER-video-3c740e3a49197e16-796',
|
'id': 'BLOGGER-video-3c740e3a49197e16-796',
|
||||||
'title': 'BLOGGER-video-3c740e3a49197e16-796',
|
'title': 'BLOGGER-video-3c740e3a49197e16-796',
|
||||||
'ext': 'mp4',
|
'ext': 'mp4',
|
||||||
'thumbnail': r're:^https?://.*',
|
|
||||||
'duration': 76.068,
|
'duration': 76.068,
|
||||||
|
'thumbnail': r're:https?://i9\.ytimg\.com/vi_blogger/.+',
|
||||||
|
},
|
||||||
|
}]
|
||||||
|
_WEBPAGE_TESTS = [{
|
||||||
|
'url': 'https://blog.tomeuvizoso.net/2019/01/a-panfrost-milestone.html',
|
||||||
|
'md5': 'f1bc19b6ea1b0fd1d81e84ca9ec467ac',
|
||||||
|
'info_dict': {
|
||||||
|
'id': 'BLOGGER-video-3c740e3a49197e16-12203',
|
||||||
|
'ext': 'mp4',
|
||||||
|
'title': 'BLOGGER-video-3c740e3a49197e16-12203',
|
||||||
|
'duration': 76.068,
|
||||||
|
'thumbnail': r're:https?://i9\.ytimg\.com/vi_blogger/.+',
|
||||||
},
|
},
|
||||||
}]
|
}]
|
||||||
|
|
||||||
|
@ -644,19 +644,6 @@ class GenericIE(InfoExtractor):
|
|||||||
'uploader': 'M_Pallante',
|
'uploader': 'M_Pallante',
|
||||||
},
|
},
|
||||||
'skip': 'Invalid URL',
|
'skip': 'Invalid URL',
|
||||||
}, {
|
|
||||||
# ✅51
|
|
||||||
# BloggerIE
|
|
||||||
'url': 'https://blog.tomeuvizoso.net/2019/01/a-panfrost-milestone.html',
|
|
||||||
'md5': 'f1bc19b6ea1b0fd1d81e84ca9ec467ac',
|
|
||||||
'info_dict': {
|
|
||||||
'id': 'BLOGGER-video-3c740e3a49197e16-2611',
|
|
||||||
'ext': 'mp4',
|
|
||||||
'title': 'BLOGGER-video-3c740e3a49197e16-2611',
|
|
||||||
'duration': 76.068,
|
|
||||||
'thumbnail': r're:https?://i9\.ytimg\.com/vi_blogger/.+',
|
|
||||||
},
|
|
||||||
'skip': 'temp',
|
|
||||||
}, {
|
}, {
|
||||||
# 🔍62
|
# 🔍62
|
||||||
# FacebookIE; iframe embed
|
# FacebookIE; iframe embed
|
||||||
|
Loading…
Reference in New Issue
Block a user