Replies: 2 comments 3 replies
-
|
Thanks gunn. I think #49 fixes the |
Beta Was this translation helpful? Give feedback.
2 replies
-
|
@mat what do you think about changing |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Is this a fine place to post an issue?
This project is working excellently for the most part. There are a few domains with favicons which
besticondoesn't find though.storage.googleapis.com fails despite it redirecting to a png from https://storage.googleapis.com/favicon.ico - perhaps this is because storage.googleapis.com responds with a HTTP 400? same story with lh3.googleusercontent.com
There are some other domains that fail because of the casing of the link tag attributes:
I don't know if the parsing library supports it, but if it does then a fix would be to use case-insensitive query selectors:
See https://css4-selectors.com/selector/css4/attribute-case-sensitivity/
Beta Was this translation helpful? Give feedback.
All reactions