$ yt-dlp -vU 'https://www.ardmediathek.de/live/Y3JpZDovL2Rhc2Vyc3RlLmRlL0xpdmVzdHJlYW0tRGFzRXJzdGU' [debug] Command-line config: ['-vU', 'https://www.ardmediathek.de/live/Y3JpZDovL2Rhc2Vyc3RlLmRlL0xpdmVzdHJlYW0tRGFzRXJzdGU'] [debug] Encodings: locale UTF-8, fs utf-8,...
class ARDBetaMediathekIE(InfoExtractor): IE_NAME = 'ARDMediathek' _VALID_URL = r'''(?x)https:// (?:(?:beta|www)\.)?ardmediathek\.de/ (?:(?P<client>[^/]+)/)? (?:player|live|video|(?P<playlist>sendung|serie|sammlung))/ (?:(?P<display_id>(?(playlist)[^?#]+?|[^?#...
Presumably still applicable. After dealing with 1 & 2, in test ARDMediathek_3 ("beforeigners"), I'm getting an error which also shows in yt-dlp 2023.03.04;_ARD_load_playlist_snipped()is returningNone: File "/home/df/Documents/src/yt-dlp/yt_dlp/extractor/ard.py", line 540, in _ARD...
'url': 'https://www.ardmediathek.de/ard/player/Y3JpZDovL3dkci5kZS9CZWl0cmFnLWQ2NDJjYWEzLTMwZWYtNGI4NS1iMTI2LTU1N2UxYTcxOGIzOQ/tatort-duo-koeln-leipzig-ihr-kinderlein-kommet', 'only_matching': True, }] def _ARD_load_playlist_snippet(self, playlist_id, display_id, client, mode, page...