This commit is contained in:
blank X 2021-04-04 19:45:00 +07:00
parent 7783ee32e4
commit d2ae468427
Signed by: blankie
GPG Key ID: CC15FC822C7F61F5
1 changed files with 1 additions and 1 deletions

View File

@ -82,7 +82,7 @@ async def _handle_video(video_id, video_title):
too_many_attempts_count += 1
elif match := live_regex.match(message.rstrip('.')):
end_schedule_time = match.group(1) or 0
is_premiere = match.group(2).lower().startswith('premieres in ')
is_premiere = match.group(2).lower() == 'premieres'
if is_premiere:
notify_text = 'Premiere started'
else: