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

OPML If title field does not exist look for text #3016

Merged
merged 2 commits into from
Jan 1, 2025
Merged

Conversation

Grotax
Copy link
Member

@Grotax Grotax commented Dec 31, 2024

Summary

Checked the code and indeed when News exports to opml we set both title and text to the feed title.
So I guess some exporters might choose to only put it in text. So let's check for title first and if that is missing take text :)

Checklist

give feed test better name

Signed-off-by: Benjamin Brahmer <[email protected]>
@SMillerDev SMillerDev merged commit 5a08d87 into master Jan 1, 2025
22 of 23 checks passed
@SMillerDev SMillerDev deleted the fix/opmlImport branch January 1, 2025 12:24
Grotax added a commit that referenced this pull request Jan 2, 2025
Changed
- Set maximum delay for updates to "in one day" (#3015)
- add an information list for feeds that displays data such as last or next update dates (#3021)

Fixed
- OPML import use text field for title if title field is missing (#3016)

Signed-off-by: Benjamin Brahmer <[email protected]>
@Grotax Grotax mentioned this pull request Jan 2, 2025
Grotax added a commit that referenced this pull request Jan 2, 2025
Changed
- Set maximum delay for updates to "in one day" (#3015)
- add an information list for feeds that displays data such as last or next update dates (#3021)

Fixed
- OPML import use text field for title if title field is missing (#3016)

Signed-off-by: Benjamin Brahmer <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Titles are not imported when importing a OPML from FreshRSS
2 participants