fsd
This commit is contained in:
parent
7b0b939f56
commit
41ef6d85bd
2 changed files with 1 additions and 6 deletions
|
@ -700,7 +700,7 @@ def thumbnail_thread(pid):
|
|||
db.add(post)
|
||||
db.commit()
|
||||
|
||||
if SITE == 'rdrama.net' and random.random() < 0.01:
|
||||
if SITE == 'rdrama.net':
|
||||
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