mirror of
https://github.com/Athou/commafeed.git
synced 2026-03-21 21:37:29 +00:00
remove www from normalized url
This commit is contained in:
@@ -104,6 +104,7 @@ public class FeedUtils {
|
||||
if (normalized.startsWith("https")) {
|
||||
normalized = "http" + normalized.substring(5);
|
||||
}
|
||||
normalized = normalized.replace("//www.", "//");
|
||||
normalized = normalized.replace("feeds2.feedburner.com", "feeds.feedburner.com");
|
||||
return normalized;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user