This commit is contained in:
f-froehlich 2024-01-09 22:38:30 +01:00
parent a1466c4996
commit 1204472ade
1 changed files with 1 additions and 1 deletions

View File

@ -476,7 +476,7 @@ class ARDBetaMediathekIE(ARDMediathekBaseIE):
'alt_title': alt_title
}
)
if episode_name_match:
elif episode_name_match:
episode_number = episode_name_match.group(1).replace("Folge ", "")
alt_title = re.sub(r"(Folge\s\d+)", "", title)