fix /live

remotes/1693176582716663532/tmp_refs/heads/watchparty
Aevann1 2022-10-29 04:20:23 +02:00
parent 8517b85a49
commit 0339016567
1 changed files with 3 additions and 3 deletions

View File

@ -434,16 +434,16 @@ if SITE == 'pcmemes.net':
y = live_regex.search(text)
count = y.group(3)
if count == '1 παρακολουθεί τώρα':
if count == '1 watching now':
count = "1"
if 'περιμένει' in count or 'waiting' in count:
if 'waiting' in count:
if live != '':
return process_streamer(id, '')
else:
return None
count = int(count.replace('.', ''))
count = int(count.replace(',', ''))
t = live_thumb_regex.search(text)