Skip to content

Commit

Permalink
tests
Browse files Browse the repository at this point in the history
  • Loading branch information
f-froehlich committed Jan 9, 2024
1 parent a1466c4 commit 1204472
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion youtube_dl/extractor/ard.py
Original file line number Diff line number Diff line change
Expand Up @@ -476,7 +476,7 @@ def _real_extract_video(self, video_id):
'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)
Expand Down

0 comments on commit 1204472

Please sign in to comment.