mirror of
https://github.com/Ranchero-Software/NetNewsWire
synced 2025-08-12 06:26:36 +00:00
Make podcast URL's have a lower priority than other URL's. Issue #1897
This commit is contained in:
@@ -72,6 +72,9 @@ private extension FeedSpecifier {
|
||||
if urlString.caseInsensitiveContains("comments") {
|
||||
score = score - 10
|
||||
}
|
||||
if urlString.caseInsensitiveContains("podcast") {
|
||||
score = score - 10
|
||||
}
|
||||
if urlString.caseInsensitiveContains("rss") {
|
||||
score = score + 5
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user