mirror of
https://github.com/ytdl-org/youtube-dl.git
synced 2025-02-20 06:10:11 +00:00
tests
This commit is contained in:
parent
a1466c4996
commit
1204472ade
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue