1
0
Fork 0
mirror of https://github.com/ytdl-org/youtube-dl.git synced 2024-05-19 11:39:28 +00:00
This commit is contained in:
f-froehlich 2024-01-09 22:38:30 +01:00
parent a1466c4996
commit 1204472ade

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)