-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Comments
RSS feeds for arbitrary websites, using CSS selectors. Google Sheets to RSS Feed |
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... |
I changed the title to make it more clear |
This is a Site which does the Job: http://ftr.fivefilters.org/ |
Hi,
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. |
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 BridgeWhich 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?
Options
The text was updated successfully, but these errors were encountered: