diff --git a/reader/subscription/finder.go b/reader/subscription/finder.go index f70ffa03..40c87bcd 100644 --- a/reader/subscription/finder.go +++ b/reader/subscription/finder.go @@ -146,6 +146,7 @@ func tryWellKnownUrls(websiteURL, userAgent, cookie, username, password string) "/feed.xml": "atom", "/feed/": "atom", "/rss.xml": "rss", + "/rss/": "rss", } lastCharacter := websiteURL[len(websiteURL)-1:]