mirror of
https://github.com/Athou/commafeed.git
synced 2026-03-21 21:37:29 +00:00
continue with normalization even when the canonicalizer returns null
This commit is contained in:
@@ -98,7 +98,7 @@ public class FeedUtils {
|
|||||||
}
|
}
|
||||||
String normalized = URLCanonicalizer.getCanonicalURL(url);
|
String normalized = URLCanonicalizer.getCanonicalURL(url);
|
||||||
if (normalized == null) {
|
if (normalized == null) {
|
||||||
return url;
|
normalized = url;
|
||||||
}
|
}
|
||||||
|
|
||||||
// convert to lower case, the url probably won't work in some cases
|
// convert to lower case, the url probably won't work in some cases
|
||||||
|
|||||||
Reference in New Issue
Block a user