Fix missing links in self post footer (#235)

This commit is contained in:
Ali Parlakçı
2021-03-29 11:21:47 +03:00
committed by Ali Parlakci
parent 5e6159ade3
commit 265505efc7
2 changed files with 3 additions and 3 deletions

View File

@@ -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