remotes/1693045480750635534/spooky-22
fireworks88 2021-10-27 09:37:13 +02:00
parent 51cb2a1f03
commit a1a47218d2
1 changed files with 2 additions and 1 deletions

View File

@ -870,7 +870,8 @@ def submit_post(v):
body += f'**[{title}]({href})**:\n\n'
body += f'* [reveddit.com](https://reveddit.com/{href})\n'
body += f'* [archive.org](https://web.archive.org/{href})\n'
body += f'* [archive.ph](https://archive.ph/?url={quote(href)}&run=1) (click to archive)'
body += f'* [archive.ph](https://archive.ph/?url={quote(href)}&run=1) (click to archive)\n'
gevent.spawn(archiveorg, href)
body_md = CustomRenderer().render(mistletoe.Document(body))
body_html = sanitize(body_md)