forked from rDrama/rDrama
1
0
Fork 0
master
Aevann1 2021-12-08 02:15:43 +02:00
parent 9a94527343
commit 3ffae3f46a
1 changed files with 1 additions and 1 deletions

View File

@ -1096,7 +1096,7 @@ def submit_post(v):
if "Snapshots:\n\n" not in body: body += "Snapshots:\n\n"
body += f'**[{title}]({href})**:\n\n'
if href.startswith('https://old.reddit.com'):
if href.startswith('https://old.reddit.com/'):
body += f'* [unddit.com](https://unddit.com/{href.replace("https://old.reddit.com/", "")})\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)\n\n'