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

[Feature]: Add support for local feeds #103

Open
tylernku opened this issue Dec 18, 2024 · 3 comments
Open

[Feature]: Add support for local feeds #103

tylernku opened this issue Dec 18, 2024 · 3 comments
Labels
enhancement New feature or request

Comments

@tylernku
Copy link

When I try to add a local rss file to nom it gives an error about unsupported protocol scheme. It would be really cool to have file:// protocol support.

@tylernku tylernku changed the title [Feature}: Add support for local feeds [Feature]: Add support for local feeds Dec 18, 2024
@guyfedwards
Copy link
Owner

@tylernku Are you looking for something like nom ./myfeed.xml to parse and read a feed you might have downloaded from elsewhere (e.g. curl -O feeds.com/myfeed.xml)?

Any examples of usecase or files would be great, thanks.

@guyfedwards
Copy link
Owner

guyfedwards commented Dec 18, 2024

Just thinking about it, another option would just be to support file:// in nom add ... and just have it in the list along with other remote feeds

@tylernku
Copy link
Author

my use case is pulling a bunch of youtube feeds from an invidio.us instance, combining them into a single .rss file and then (at the moment) navigating that local feed through newsboat. The main reason I actually did/do it that way was because it didn't seem like there was a way to get a combined feed view on newsboat, and if you're using rss feeds for youtube "subscriptions" it's a nice feature to have. The way that it does it is with the "file://" protocol which is probably a weird use case, but I can imagine it being useful to someone else.

@guyfedwards guyfedwards added the enhancement New feature or request label Jan 3, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants