Merged
Conversation
Expose RSS enclosures in our API, e.g. for clients supporting podcasts
Member
Author
|
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 |
Member
Author
|
Ping @barijaona I believe ViennaRSS supports enclosures, right? Feedback welcome on FreshRSS exposing them via the API |
Member
Author
Member
Author
|
Ping @Shinokuni for Readrops |
|
@Alkarex Supported, since FreshRSS API is based on GoogleReader API. |
Member
Author
|
Let's continue testing in /master. I will also make a related update to expose enclosures in our RSS outputs |
Alkarex
added a commit
to Alkarex/FreshRSS
that referenced
this pull request
Dec 14, 2022
#fix FreshRSS#4702 Improvement of FreshRSS#2898
Merged
Alkarex
added a commit
that referenced
this pull request
Jan 6, 2023
* 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
cjchung
pushed a commit
to cjchung/FreshRSS
that referenced
this pull request
Jan 20, 2023
* 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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.


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+
