Fix missing links in self post footer (#235)
This commit is contained in:
committed by
Ali Parlakci
parent
5e6159ade3
commit
265505efc7
@@ -36,8 +36,8 @@ class SelfPost(BaseDownloader):
|
||||
+ "](https://www.reddit.com/r/"
|
||||
+ self.post.subreddit.title
|
||||
+ ") by [u/"
|
||||
+ self.post.author.name if self.post.author else "DELETED"
|
||||
+ (self.post.author.name if self.post.author else "DELETED")
|
||||
+ "](https://www.reddit.com/user/"
|
||||
+ self.post.author.name if self.post.author else "DELETED"
|
||||
+ (self.post.author.name if self.post.author else "DELETED")
|
||||
+ ")")
|
||||
return content
|
||||
|
||||
Reference in New Issue
Block a user