From c52f6695fda502f6688767ef53911f3e422e9a95 Mon Sep 17 00:00:00 2001 From: doe1080 <98906116+doe1080@users.noreply.github.com> Date: Wed, 16 Jul 2025 11:26:45 +0900 Subject: [PATCH] remove --- yt_dlp/extractor/generic.py | 71 ------------------------------------- 1 file changed, 71 deletions(-) diff --git a/yt_dlp/extractor/generic.py b/yt_dlp/extractor/generic.py index 5d4c57414..9cbd2f1d8 100644 --- a/yt_dlp/extractor/generic.py +++ b/yt_dlp/extractor/generic.py @@ -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):