Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Image fundamental change #39

Closed
mashegoindustries opened this issue Jan 13, 2024 · 3 comments
Closed

Image fundamental change #39

mashegoindustries opened this issue Jan 13, 2024 · 3 comments

Comments

@mashegoindustries
Copy link

mashegoindustries commented Jan 13, 2024

I don't know if its only on my side, but the image is not coming through as it use to.
Perhaps another fundamental change in the markup on the Google News site

All other fields are not affected, only image.
Image is coming though as the below, no https protocol
/api/attachments/******

example

[
{
"title": "Article title",
"subtitle": "Article subtitle",
"link": "http://url-to-website.com/path/to/article",
"image":"/api/attachments/CC8iK0NnNDRPVmRIZFVWYVIxaEViSFZGVFJDdEFSaWlBaWdCTWdZQk1vck5sUWs=-w400-h224-p-df-rw",
"source": "Name of publication",
"time": "Time/date published (human-readable)"
}
]

@ericelizes1
Copy link

I ran into this problem too :(

@kurt-hu
Copy link

kurt-hu commented Jan 26, 2024

Found a quick fix: Prepending https://news.google.com to the /api/... image url that is returned seems to work.

lewisdonovan pushed a commit that referenced this issue Jan 27, 2024
@lewisdonovan
Copy link
Owner

@kurt-hu Thanks for the patch, your fix was added in a1d2b03. Please update to latest (1.1.5).

@mashegoindustries @ericelizes1 👀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants