[cleanup] Misc (#17031)

Closes #17104
Authored by: seproDev, bashonly

Co-authored-by: bashonly <88596187+bashonly@users.noreply.github.com>
This commit is contained in:
sepro
2026-07-04 22:14:51 +00:00
committed by GitHub
co-authored by bashonly
parent b6590aaa1e
commit 997fa14084
17 changed files with 48 additions and 6 deletions
+1
View File
@@ -5,6 +5,7 @@ from ..utils import int_or_none
class RTL2IE(InfoExtractor):
_WORKING = False
IE_NAME = 'rtl2'
_VALID_URL = r'https?://(?:www\.)?rtl2\.de/sendung/[^/]+/(?:video/(?P<vico_id>\d+)[^/]+/(?P<vivi_id>\d+)-|folge/)(?P<id>[^/?#]+)'
_TESTS = [{