fds
This commit is contained in:
parent
44ad08703d
commit
7e87c9dae9
1 changed files with 1 additions and 1 deletions
|
@ -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"]:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue