hoarder-app / hoarder

A self-hostable bookmark-everything app (links, notes and images) with AI-based automatic tagging and full text search
https://hoarder.app
GNU Affero General Public License v3.0
6.36k stars 227 forks source link

Wallabag RSS fetch bug #684

Open yinan-c opened 14 hours ago

yinan-c commented 14 hours ago

Describe the Bug

I have subscribed to a RSS feed generated by my wallabag instance. However, all the link crawed are wallabag login portal

Steps to Reproduce

  1. Select any rss feed generated from wallabag
  2. subscribe in hoarder

Expected Behaviour

Original link and content fetched

Screenshots or Additional Context

CleanShot 2024-11-22 at 00 10 43@2x

Device Details

No response

Exact Hoarder Version

v0.19.0

MohamedBassem commented 14 hours ago

Does wallabag RSS by any chance require some kind of authentication?

yinan-c commented 14 hours ago

I think the RSS url I pass to hoarder includes the authentication key? It can be subscribed without issue in other readers

yinan-c commented 6 hours ago

I think the problem may be that in wallabag rss, each item have two link tags.

    <link rel="alternate" type="text/html"
          href="https://wallabag.link/view/218"/>
    <link rel="via"
          href="https://the real link"/>

hoarder looks at the first one not the second one.