remotes/1693045480750635534/spooky-22
Aevann1 2022-02-04 06:14:55 +02:00
parent e5bb3add58
commit a9df1e685c
1 changed files with 1 additions and 1 deletions

View File

@ -702,7 +702,7 @@ def thumbnail_thread(pid):
if SITE == 'rdrama.net':
for t in ("submission","comment"):
for term in ('rdrama','freeghettohoes.biz','marsey'):
for term in ('rdrama'):
for i in requests.get(f'https://api.pushshift.io/reddit/{t}/search?html_decode=true&q={term}&size=10').json()["data"]:
body_html = sanitize(f'New rdrama mention: https://old.reddit.com{i["permalink"]}?context=89', noimages=True)