nk
This commit is contained in:
parent
3138029c11
commit
14c7568847
1 changed files with 1 additions and 1 deletions
|
@ -780,7 +780,7 @@ def submit_post(v):
|
||||||
|
|
||||||
if url.startswith("https://old.reddit.com/") and '/comments/' in url and '?sort=' not in url: url += "?sort=controversial"
|
if url.startswith("https://old.reddit.com/") and '/comments/' in url and '?sort=' not in url: url += "?sort=controversial"
|
||||||
|
|
||||||
title_html = sanitize(title.replace('_','\_'), linkgen=True, flair=True)
|
title_html = sanitize(title, linkgen=True, flair=True)
|
||||||
|
|
||||||
new_post_aux = SubmissionAux(id=new_post.id,
|
new_post_aux = SubmissionAux(id=new_post.id,
|
||||||
url=url,
|
url=url,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue