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

Bridge request for "Feed Article Expander" #2197

Open
9 of 11 tasks
dhuschde opened this issue Jul 4, 2021 · 6 comments
Open
9 of 11 tasks

Bridge request for "Feed Article Expander" #2197

dhuschde opened this issue Jul 4, 2021 · 6 comments
Labels
Bridge-Request Request for a new bridge

Comments

@dhuschde
Copy link
Contributor

dhuschde commented Jul 4, 2021

Bridge request

We already are able to get the Posts and there summery out of nearly every Website due to XPath. But we can't get the whole Article in RSS.
But FreshRSS has a Feature called "CSS selector" which finds the Post Content throuh CSS classes. That would also be a very nice Bridge for RSS Bridge, since not all Readers have that feature.

General information

  • Host URI for the bridge (i.e. https://github.com): The Pull Request or RSS Bridge

  • Which information would you like to see? The ones given from the Feed (Title, time, URL and more) and the whole Article, not only the description.

  • How should the information be displayed/formatted?
    Normaly

  • Which of the following parameters do you expect?

    • Title
    • URI (link to the original article)
    • Author
    • Timestamp
    • Description (The original Content of the feed)
    • Content (the content of the article)
    • Enclosures (pictures, videos, etc...)
    • Categories (categories, tags, etc...)

Options

  • Limit number of returned items
    • Default limit: -1 (All)
  • Load full articles
    • Cache articles (articles are stored in a local cache on first request): yes
    • Cache timeout (max = 24 hours): 24 hours
  • Balance requests (RSS-Bridge uses cached versions to reduce bandwith usage)
    • Timeout (default = 5 minutes, max = 24 hours): 5 minutes
@dhuschde dhuschde added the Bridge-Request Request for a new bridge label Jul 4, 2021
@amblerkr
Copy link

RSS feeds for arbitrary websites, using CSS selectors.
A similar service was found. I believe that this can be improved more easily.
https://feed-me-up-scotty.vincenttunru.com/

Google Sheets to RSS Feed
https://crssnt.com/

@dhuschde
Copy link
Contributor Author

I think this is something different. I meant a Bridge whitch opens every entry of the Feed and extracts the whole article to not only give out the summary but the whole article in the feed.

Could be done using XPath or CSS I think...

@dhuschde dhuschde changed the title Bridge request for CSS selector Bridge request "Feed Artice Expander" Jul 15, 2021
@dhuschde dhuschde changed the title Bridge request "Feed Artice Expander" Bridge request for "Feed Artice Expander" Jul 15, 2021
@dhuschde
Copy link
Contributor Author

I changed the title to make it more clear

@dhuschde
Copy link
Contributor Author

This is a Site which does the Job: http://ftr.fivefilters.org/
But it's very limited on the Free Plan, so I would still really like an alternative from RSS-Bridge

@Bockiii
Copy link
Contributor

Bockiii commented Jul 22, 2021

Hi,

I meant a Bridge whitch opens every entry of the Feed and extracts the whole article to not only give out the summary but the whole article in the feed.

Doesn't the "Feed Expander Bridge" prepare exactly that? You could go in and add a retrieval code for the content but it would be site specific.

https://github.com/RSS-Bridge/rss-bridge/blob/master/bridges/ExplosmBridge.php

Explosm Bridge does basically that. The feed itself only has a preview of the image. The bridge goes into every item and pulls the actual image from the post. You could do the same for the post content that you want.

@dhuschde
Copy link
Contributor Author

@Bockiii
Hi,

I meant a Bridge whitch opens every entry of the Feed and extracts the whole article to not only give out the summary but the whole article in the feed.

Doesn't the "Feed Expander Bridge" prepare exactly that? You could go in and add a retrieval code for the content but it would be site specific.

https://github.com/RSS-Bridge/rss-bridge/blob/master/bridges/ExplosmBridge.php

Explosm Bridge does basically that. The feed itself only has a preview of the image. The bridge goes into every item and pulls the actual image from the post. You could do the same for the post content that you want.

Thank you very much, with that help I was able to create the Bridge and made a Pull Request.

@dvikan dvikan closed this as completed Mar 26, 2022
@dvikan dvikan reopened this Mar 27, 2022
@dvikan dvikan changed the title Bridge request for "Feed Artice Expander" Bridge request for "Feed Article Expander" Dec 20, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bridge-Request Request for a new bridge
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants