[ie/rumble] Ignore tar files

This commit is contained in:
sepro
2025-04-04 21:25:42 +02:00
parent e1847535e2
commit 2386ad773c
+3
View File
@@ -179,6 +179,9 @@ class RumbleEmbedIE(InfoExtractor):
meta = video_info.get('meta') or {}
if not video_info.get('url'):
continue
# With default query parms returns m3u8 varients which are duplicates, without returns tar files
if ext == 'tar':
continue
if ext == 'hls':
if meta.get('live') is True and video.get('live') == 1:
live_status = 'post_live'