Fix URL regex to not capture single episodes

This commit is contained in:
1100101
2025-04-06 14:11:53 +02:00
parent 32a7620f8f
commit 0b95ac33d2
+1 -1
View File
@@ -127,7 +127,7 @@ class KikaIE(InfoExtractor):
class KikaPlaylistIE(InfoExtractor): class KikaPlaylistIE(InfoExtractor):
_VALID_URL = r'https?://(?:www\.)?kika\.de/[\w/-]+/(?P<id>[a-z-]+\d+)' _VALID_URL = r'https?://(?:www\.)?kika\.de/[\w-]+/(?P<id>[a-z-]+\d+)'
_GEO_COUNTRIES = ['DE'] _GEO_COUNTRIES = ['DE']
_TESTS = [{ _TESTS = [{