mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2025-08-16 01:18:29 +00:00
YoutubeIE
This commit is contained in:
parent
1477bcdd62
commit
95e516b8b4
@ -616,114 +616,6 @@ class GenericIE(InfoExtractor):
|
||||
'view_count': int,
|
||||
},
|
||||
'add_ie': ['Youtube'],
|
||||
}, {
|
||||
# ✅40
|
||||
# YoutubeIE; embed
|
||||
'url': 'https://badzine.de/news/als-marc-zwiebler-taufik-hidayat-schlug',
|
||||
'info_dict': {
|
||||
'id': 'bSVcWOq397g',
|
||||
'ext': 'mp4',
|
||||
'title': 'TAUFIK TUNJUKKAN KELASNYA !!! : Taufik Hidayat VS Marc Zwiebler Canada Open 2011',
|
||||
'age_limit': 0,
|
||||
'availability': 'public',
|
||||
'categories': ['Sports'],
|
||||
'channel': 'Badminton Addict Id',
|
||||
'channel_follower_count': int,
|
||||
'channel_id': 'UCfCpKOwQGUe2FUJzYNadQcQ',
|
||||
'channel_url': 'https://www.youtube.com/channel/UCfCpKOwQGUe2FUJzYNadQcQ',
|
||||
'comment_count': int,
|
||||
'description': 'md5:2c3737da9a575f301a8380b4d60592a8',
|
||||
'duration': 756,
|
||||
'like_count': int,
|
||||
'live_status': 'not_live',
|
||||
'media_type': 'video',
|
||||
'playable_in_embed': True,
|
||||
'tags': 'count:9',
|
||||
'thumbnail': r're:https?://i\.ytimg\.com/vi/.+',
|
||||
'timestamp': 1621418412,
|
||||
'upload_date': '20210519',
|
||||
'uploader': 'Badminton Addict Id',
|
||||
'uploader_id': '@badmintonaddictid8958',
|
||||
'uploader_url': 'https://www.youtube.com/@badmintonaddictid8958',
|
||||
'view_count': int,
|
||||
},
|
||||
}, {
|
||||
# ✅41
|
||||
# YoutubeIE; WordPress Plugin: YouTube Video Importer
|
||||
'url': 'https://lothype.com/2025-chino-hills-hs-snare-quad-features-wgi2025-drumline/',
|
||||
'info_dict': {
|
||||
'id': 'lC21AX_pCfA',
|
||||
'ext': 'mp4',
|
||||
'title': '2025 Chino Hills HS Snare & Quad Features! #wgi2025 #drumline',
|
||||
'age_limit': 0,
|
||||
'availability': 'public',
|
||||
'categories': ['Music'],
|
||||
'channel': 'DrumlineAV',
|
||||
'channel_follower_count': int,
|
||||
'channel_id': 'UCqdfUdyiQOZMvW5PcTTYikQ',
|
||||
'channel_url': 'https://www.youtube.com/channel/UCqdfUdyiQOZMvW5PcTTYikQ',
|
||||
'comment_count': int,
|
||||
'description': '',
|
||||
'duration': 48,
|
||||
'like_count': int,
|
||||
'live_status': 'not_live',
|
||||
'location': 'WESTMINSTER',
|
||||
'media_type': 'short',
|
||||
'playable_in_embed': True,
|
||||
'tags': 'count:72',
|
||||
'thumbnail': r're:https?://i\.ytimg\.com/vi/.+',
|
||||
'timestamp': 1739910835,
|
||||
'upload_date': '20250218',
|
||||
'uploader': 'DrumlineAV',
|
||||
'uploader_id': '@DrumlineAV',
|
||||
'uploader_url': 'https://www.youtube.com/@DrumlineAV',
|
||||
'view_count': int,
|
||||
},
|
||||
}, {
|
||||
# ✅42
|
||||
# YoutubeIE; lazyYT
|
||||
# https://github.com/ytdl-org/youtube-dl/commit/65f3a228b16c55fee959eee055767a796479270f
|
||||
'url': 'https://rabota7.ru/%D0%91%D1%83%D1%85%D0%B3%D0%B0%D0%BB%D1%82%D0%B5%D1%80',
|
||||
'info_dict': {
|
||||
'id': 'DexR8_tTSsQ',
|
||||
'ext': 'mp4',
|
||||
'title': 'Работа бухгалтером в Москве',
|
||||
'age_limit': 0,
|
||||
'availability': 'public',
|
||||
'categories': ['People & Blogs'],
|
||||
'channel': 'Работа в Москве свежие вакансии',
|
||||
'channel_follower_count': int,
|
||||
'channel_id': 'UCG3qz_gefGaMiSBvmaxN5WQ',
|
||||
'channel_url': 'https://www.youtube.com/channel/UCG3qz_gefGaMiSBvmaxN5WQ',
|
||||
'description': 'md5:b779d3d70af4efda26cf62b76808c0e3',
|
||||
'duration': 42,
|
||||
'like_count': int,
|
||||
'live_status': 'not_live',
|
||||
'media_type': 'video',
|
||||
'playable_in_embed': True,
|
||||
'tags': 'count:7',
|
||||
'thumbnail': r're:https?://i\.ytimg\.com/vi/.+',
|
||||
'timestamp': 1496398980,
|
||||
'upload_date': '20170602',
|
||||
'uploader': 'Работа в Москве свежие вакансии',
|
||||
'uploader_id': '@РаботавМосквесвежиевакансии',
|
||||
'uploader_url': 'https://www.youtube.com/@РаботавМосквесвежиевакансии',
|
||||
'view_count': int,
|
||||
},
|
||||
'params': {'extractor_args': {'generic': {'impersonate': ['chrome']}}},
|
||||
}, {
|
||||
# ✅43
|
||||
# YoutubeIE; data-video-url=
|
||||
# https://github.com/ytdl-org/youtube-dl/pull/2948
|
||||
'url': 'https://www.uca.ac.uk/',
|
||||
'info_dict': {
|
||||
'id': 'www.uca.ac',
|
||||
'title': 'UCA | Creative Arts Degrees UK | University for the Creative Arts',
|
||||
'age_limit': 0,
|
||||
'description': 'md5:179c7a06ea1ed01b94ff5d56cb18d73b',
|
||||
'thumbnail': '/media/uca-2020/hero-headers/2025-prospectus-all-2x2.jpg',
|
||||
},
|
||||
'playlist_count': 10,
|
||||
}]
|
||||
|
||||
def report_following_redirect(self, new_url):
|
||||
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user