You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Upon adding a bookmark for a PCGamer article, Grimoire substitutes out the link to the direct source for the header image of the article instead. Clicking the bookmark just takes me to this image every time, instead of the actual link I pasted. This has only happened with this specific article so far: I tried with other PCG articles and they linked through fine. No idea what this one is doing differently to trigger this behaviour.
To Reproduce
Add Bookmark
Paste this link https://www.pcgamer.com/games/strategy/i-tracked-down-the-guy-who-gave-a-negative-review-to-battlezone-98-redux-after-playing-for-over-8-000-hours-and-came-away-convinced-he-was-right/
Link will immediately turn into a link for the header image instead. All other details will be correct, including the HTML breakdown of the originally provided link.
Click bookmarked link after saving.
Link will just lead to image.
Screenshots
Expected behavior
The original link I pasted is opened.
The text was updated successfully, but these errors were encountered:
Digging into this issue, I have found the root cause: url-metadata package and its method of extracting schema.org micro-formatting attributes.
Even if the URL attribute of a <meta itemprop="url" ...> tag is scoped to an ImageObject, it will be assigned to the entire page. I have opened an issue on their repo: laurengarcia/url-metadata#90
Describe the bug
Upon adding a bookmark for a PCGamer article, Grimoire substitutes out the link to the direct source for the header image of the article instead. Clicking the bookmark just takes me to this image every time, instead of the actual link I pasted. This has only happened with this specific article so far: I tried with other PCG articles and they linked through fine. No idea what this one is doing differently to trigger this behaviour.
To Reproduce
https://www.pcgamer.com/games/strategy/i-tracked-down-the-guy-who-gave-a-negative-review-to-battlezone-98-redux-after-playing-for-over-8-000-hours-and-came-away-convinced-he-was-right/
Screenshots
Expected behavior
The original link I pasted is opened.
The text was updated successfully, but these errors were encountered: