1
0
mirror of https://github.com/yt-dlp/yt-dlp.git synced 2025-07-23 21:58:29 +00:00
This commit is contained in:
doe1080 2025-07-16 11:26:45 +09:00
parent b53bd587de
commit c52f6695fd

View File

@ -2012,77 +2012,6 @@ class GenericIE(InfoExtractor):
'title': 'Aanslagen Kopenhagen',
},
'skip': 'Invalid URL',
}, {
# 🆑147
# FreespeechIE; not an embed
'url': 'https://freespeech.org/',
'info_dict': {
'id': '123537347',
'ext': 'mp4',
'title': str,
},
'skip': 'Broken IE',
}, {
# 🆑148
'url': 'http://www.hodiho.fr/2013/02/regis-plante-sa-jeep.html',
'md5': '85b90ccc9d73b4acd9138d3af4c27f89',
'info_dict': {
'id': '13601338388002',
'ext': 'mp4',
'uploader': 'www.hodiho.fr',
'title': 'R\u00e9gis plante sa Jeep',
},
'skip': 'Invalid URL',
}, {
# 🆑149
'url': 'https://www.kron4.com/2017/04/28/standoff-with-walnut-creek-murder-suspect-ends-with-arrest/',
'info_dict': {
'id': 'standoff-with-walnut-creek-murder-suspect-ends-with-arrest',
'title': 'Standoff with Walnut Creek murder suspect ends',
},
'playlist_mincount': 4,
'skip': 'Invalid URL',
}, {
# 🆑150
'url': 'http://www.heidelberg-laureate-forum.org/blog/video/lecture-friday-september-23-2016-sir-c-antony-r-hoare/',
'info_dict': {
'id': '90227f51a80c4d8f86c345a7fa62bd9a1d',
'ext': 'mp4',
'title': 'Lecture: Friday, September 23, 2016 - Sir Tony Hoare',
},
'skip': 'Invalid URL',
}, {
# 🆑151
# Video.js
'url': 'https://video.sibnet.ru/shell.php?videoid=3422904',
'info_dict': {
'id': 'shell',
'ext': 'php',
'title': 'Видео ролики онлайн, видеоролики на Sibnet',
'uploader': 'video.sibnet.ru',
},
'skip': 'php',
}, {
# 🆑152
# KVS Player v7.11.4
# kt_player.js?v=4.7.0
'url': 'http://www.camhub.world/embed/389508',
'info_dict': {
'id': '389508',
'ext': 'mp4',
'title': 'Syren De Mer onlyfans_05-07-2020Have_a_happy_safe_holiday5f014e68a220979bdb8cd_source / Embed плеер',
},
'skip': 'Piracy',
}, {
# 🆑153
'url': 'http://share-videos.se/auto/video/83645793?uid=13',
'md5': 'b68d276de422ab07ee1d49388103f457',
'info_dict': {
'id': '83645793',
'title': 'Lock up and get excited',
'ext': 'mp4',
},
'skip': 'Script:SNH-gen [Trj]',
}]
def report_following_redirect(self, new_url):