mirror of
https://github.com/ytdl-org/youtube-dl.git
synced 2024-11-10 11:27:27 +00:00
tests
This commit is contained in:
parent
a1466c4996
commit
1204472ade
@ -476,7 +476,7 @@ class ARDBetaMediathekIE(ARDMediathekBaseIE):
|
|||||||
'alt_title': alt_title
|
'alt_title': alt_title
|
||||||
}
|
}
|
||||||
)
|
)
|
||||||
if episode_name_match:
|
elif episode_name_match:
|
||||||
episode_number = episode_name_match.group(1).replace("Folge ", "")
|
episode_number = episode_name_match.group(1).replace("Folge ", "")
|
||||||
|
|
||||||
alt_title = re.sub(r"(Folge\s\d+)", "", title)
|
alt_title = re.sub(r"(Folge\s\d+)", "", title)
|
||||||
|
Loading…
Reference in New Issue
Block a user