forked from MarseyWorld/MarseyWorld
PCM /live: improve scraping robustness.
parent
e6f735b8ca
commit
895f0c9714
|
@ -443,7 +443,7 @@ if SITE == 'pcmemes.net':
|
|||
else:
|
||||
return None
|
||||
|
||||
count = int(count.replace('.', ''))
|
||||
count = int(count.replace('.', '').replace(' waiting', ''))
|
||||
|
||||
t = live_thumb_regex.search(text)
|
||||
|
||||
|
|
Loading…
Reference in New Issue