Fixing the image link classification with uppercase extensions.
This commit is contained in:
@@ -101,7 +101,7 @@ fun removeQueryParams(fullUrl: String): String {
|
||||
} else if (fullUrl.contains("#")) {
|
||||
fullUrl.split("#")[0].lowercase()
|
||||
} else {
|
||||
fullUrl
|
||||
fullUrl.lowercase()
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user