summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--reader/subscription/finder.go1
1 files changed, 1 insertions, 0 deletions
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:]