output rss plugin: add and document options, emit enclosures, default encoding to UTF-8#2324
Merged
paranoidi merged 6 commits intoFlexget:developfrom Feb 4, 2019
Merged
Conversation
Useful when need the generated file to be exactly the same if the entries did not change.
It will be specified if the entry comes from the input RSS plugin.
In Python 3 all strings are in UTF-8, and the RSS XML generator does not transcode. So, if we let the RSS XML be generated with the default encoding that is not UTF-8 from entries that use default strings (UTF-8), then the generated XML will be broken, and browsers that parse it will report invalid characters.
Member
|
Looking good! Please update the wiki page after the merge. |
Contributor
Author
|
On Mon, Feb 04, 2019 at 10:25:01AM -0800, paranoidi wrote:
Looking good! Please update the wiki page after the merge.
Ack. Will update wiki, once this makes it into release tarball.
|
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.
Motivation for changes:
Features and improvements to the RSS output plugin.
Detailed changes:
Addressed issues:
Config usage if relevant (new plugin or updated schema):
Log and/or tests output (preferably both):