mirror of
https://github.com/ytdl-org/youtube-dl
synced 2024-11-23 11:36:56 +01:00
tests
This commit is contained in:
parent
a1466c4996
commit
1204472ade
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user