sdf
This commit is contained in:
parent
40a08186bd
commit
88d635e03d
6 changed files with 11 additions and 11 deletions
|
@ -336,7 +336,7 @@ class Submission(Base):
|
|||
elif not v.oldreddit: url = self.url.replace("old.reddit.com", "reddit.com")
|
||||
if '/comments/' in url and "sort=" not in url:
|
||||
if "?" in url: url += "&context=9"
|
||||
else: url += "?context=9"
|
||||
else: url += "?context=8"
|
||||
if v.controversial: url += "&sort=controversial"
|
||||
return url
|
||||
elif self.url:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue