1
0
Fork 0
mirror of synced 2024-06-26 18:10:26 +12:00

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