Bug fix on deleted self posts

This commit is contained in:
Ali Parlakci
2021-03-27 17:13:13 +03:00
parent f2946c0a87
commit 443cf1af01

View File

@@ -36,8 +36,8 @@ class SelfPost(BaseDownloader):
+ "](https://www.reddit.com/r/"
+ self.post.subreddit.title
+ ") by [u/"
+ self.post.author.name
+ self.post.author.name if self.post.author else "DELETED"
+ "](https://www.reddit.com/user/"
+ self.post.author.name
+ self.post.author.name if self.post.author else "DELETED"
+ ")")
return content