PCM /live: scraping scheduled streams revision.

remotes/1693176582716663532/tmp_refs/heads/watchparty
Snakes 2022-10-26 17:03:21 -04:00
parent 895f0c9714
commit 6a021c4736
Signed by: Snakes
GPG Key ID: E745A82778055C7E
1 changed files with 2 additions and 2 deletions

View File

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