fix regedx

This commit is contained in:
Antonio J. Delgado 2025-08-10 11:56:57 +03:00
parent c878422243
commit caca298b52

View file

@ -410,7 +410,7 @@ class GetYoutubeVideos:
result = 'retrying (format error)'
elif 'Unable to download video subtitles for' in f"{error}":
subtitle_match = re.match(
r"Unable to download video subtitles for '([a-z]*)':",
r"Unable to download video subtitles for '([a-z]*)'",
f"{error}"
)
if not subtitle_match: