1
0
mirror of https://github.com/yt-dlp/yt-dlp.git synced 2025-12-22 07:58:54 +00:00

[cleanup] Remove extractors for some dead websites (#2739)

90tv.ir, HornBunny.com, 220.ro, 5min.com, Kankan.com, Roxwel.com,
FreshLive.tv, TheScene.com, Vube.com

Authored by: marieell
This commit is contained in:
marieell
2022-02-11 18:46:29 +01:00
committed by GitHub
parent 5dee3ad037
commit dca4f46274
14 changed files with 0 additions and 637 deletions

View File

@@ -80,9 +80,6 @@ class HuffPostIE(InfoExtractor):
'vcodec': 'none' if key.startswith('audio/') else None,
})
if not formats and data.get('fivemin_id'):
return self.url_result('5min:%s' % data['fivemin_id'])
self._sort_formats(formats)
return {