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

Keyboard Builders' Digest doesn't show images #1365

Closed
Hund opened this issue Feb 14, 2022 · 2 comments
Closed

Keyboard Builders' Digest doesn't show images #1365

Hund opened this issue Feb 14, 2022 · 2 comments

Comments

@Hund
Copy link

Hund commented Feb 14, 2022

The feed for Builders' Digest doesn't show images for me. I'm not sure how to solve that, if it's even possible?

Website: https://kbd.news
Webfeed: https://kbd.news/rss.php

@fguillot
Copy link
Member

Looks like this website use relative image URLs and a <base> HTML tag.

<head>
  <base href="https://kbd.news/">
</head>
...
<img src="pic/_cover/51.jpg">

Miniflux scraper doesn't supports <base> HTML tag yet. See issue #757.

@Hund
Copy link
Author

Hund commented Feb 18, 2022

Thanks! I'll talk to the owner and we'll see if they're interested in fixing their website.

@Hund Hund closed this as completed Feb 18, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

No branches or pull requests

2 participants