Allow showing thumbnails for reddit posts

This commit is contained in:
Svilen Markov
2024-05-02 00:34:25 +01:00
parent 25d45b309d
commit eb85a7656f
6 changed files with 60 additions and 8 deletions

View File

@@ -15,6 +15,7 @@ type Reddit struct {
Posts feed.ForumPosts `yaml:"-"`
Subreddit string `yaml:"subreddit"`
Style string `yaml:"style"`
Thumbnails bool `yaml:"thumbnails"`
CommentsUrlTemplate string `yaml:"comments-url-template"`
Limit int `yaml:"limit"`
CollapseAfter int `yaml:"collapse-after"`