-
-
Notifications
You must be signed in to change notification settings - Fork 888
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
Expose podcast in API #2898
Expose podcast in API #2898
Conversation
Expose RSS enclosures in our API, e.g. for clients supporting podcasts
Ping @jangernert FreshRSS is exposing Podcasts in the API. Feedback welcome Example in FeedReader P.S. It looks like there is a bug in the FeedReader's Attachments menu |
Ping @barijaona I believe ViennaRSS supports enclosures, right? Feedback welcome on FreshRSS exposing them via the API |
Ping @Shinokuni for Readrops |
@Alkarex Supported, since FreshRSS API is based on GoogleReader API. |
Let's continue testing in /master. I will also make a related update to expose enclosures in our RSS outputs |
#fix FreshRSS#4702 Improvement of FreshRSS#2898
* Better enclosures #fix #4702 Improvement of #2898 * A few fixes * Better enclosure titles * Improve thumbnails * Implement thumbnail for HTML+XPath * Avoid duplicate enclosures #fix #1668 * Fix regex * Add basic support for media:credit And use <figure> for enclosures * Fix link encoding + simplify code * Fix some SimplePie bugs Encoding errors in enclosure links * Remove debugging syslog * Remove debugging syslog * SimplePie fix multiple RSS2 enclosures #fix #4974 * Improve thumbnails * Performance with yield Avoid generating all enclosures if not used * API keep providing enclosures inside content Clients are typically not showing the enclosures to the users (tested with News+, FeedMe, Readrops, Fluent Reader Lite) * Lint * Fix API output enclosure * Fix API content strcut * API tolerate enclosures without a type
* Better enclosures #fix FreshRSS#4702 Improvement of FreshRSS#2898 * A few fixes * Better enclosure titles * Improve thumbnails * Implement thumbnail for HTML+XPath * Avoid duplicate enclosures #fix FreshRSS#1668 * Fix regex * Add basic support for media:credit And use <figure> for enclosures * Fix link encoding + simplify code * Fix some SimplePie bugs Encoding errors in enclosure links * Remove debugging syslog * Remove debugging syslog * SimplePie fix multiple RSS2 enclosures #fix FreshRSS#4974 * Improve thumbnails * Performance with yield Avoid generating all enclosures if not used * API keep providing enclosures inside content Clients are typically not showing the enclosures to the users (tested with News+, FeedMe, Readrops, Fluent Reader Lite) * Lint * Fix API output enclosure * Fix API content strcut * API tolerate enclosures without a type
Expose RSS enclosures in our API, e.g. for clients supporting podcasts:
https://blog.martindoms.com/2009/10/16/using-the-google-reader-api-part-2
View in News+