remotes/1693045480750635534/spooky-22
Aevann1 2022-02-01 09:49:30 +02:00
parent fa917241da
commit a328d4d86d
1 changed files with 1 additions and 1 deletions

View File

@ -700,7 +700,7 @@ def thumbnail_thread(pid):
db.add(post)
db.commit()
if SITE == 'rdrama.net' and random.random() < 0.02:
if SITE == 'rdrama.net' and random.random() < 0.01:
for t in ("submission","comment"):
for term in ('rdrama','freeghettohoes.biz','marsey'):
for i in requests.get(f'https://api.pushshift.io/reddit/{t}/search?html_decode=true&q={term}&size=10').json()["data"]: