aledeg / xExtension-RedditImage

A FreshRSS extension to process Reddit feeds
GNU Affero General Public License v3.0
19 stars 2 forks source link

[Bug] Content is displayed twice #3

Closed rom-1 closed 3 years ago

rom-1 commented 3 years ago

Since v0.11.0 some subreddits show their content twice when enabling "show metadata". Example subredddit feed: https://www.reddit.com/r/sysadmin/top/.rss

Settings Screenshot: 2021-04-08_11h18_08

Screenshot of the problem: 2021-04-08_11h19_42

aledeg commented 3 years ago

I was working with feeds containing tables so I've extracted the content of it. But it turns out there is more outputs available. I need to change the way I retrieve metadata.

aledeg commented 3 years ago

@rom-1 Thank you for reporting that. It turns out that a lot of things are not working properly. I am fixing them while looking at the current issue. I'll keep you posted!

rom-1 commented 3 years ago

Sure thing, take your time, no hurries. :) Thanks for maintaining this extension!

aledeg commented 3 years ago

@rom-1 A new version is available. I hope it solves that issue. Let me know if it works properly. Thank you!

rom-1 commented 3 years ago

(FreshRSS definitely needs an extension repository/update system 😁) Looks good to me now, issue seems to be fixed. If I find any more issues, I will keep you posted ;)

aledeg commented 3 years ago

(FreshRSS definitely needs an extension repository/update system grin) Looks good to me now, issue seems to be fixed. If I find any more issues, I will keep you posted ;)

I know! I started working on that last year but I hit some limitations. I've started on a smaller scale to change themes to extensions. And again I hit some other limitations. I've addressed a few of those to help with the extension process but it's not enough. We'll see how it goes.