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 local rss file #9

Open
1 task done
Cyrix126 opened this issue May 16, 2022 · 6 comments
Open
1 task done

[FEATURE] add local rss file #9

Cyrix126 opened this issue May 16, 2022 · 6 comments
Labels
enhancement New feature or request

Comments

@Cyrix126
Copy link

Is there an existing issue for this?

  • I have searched the existing issues

Feature description

I would like to add a local rss file.
For example with file:///home/user/myrssfile.rss

With this I could use my generated rss files without an http web server.

@Cyrix126 Cyrix126 added the enhancement New feature or request label May 16, 2022
@ckampfe
Copy link
Owner

ckampfe commented May 18, 2022

Hey @Cyrix126, thanks for opening the issue. This should be possible, let me poke around a bit and get back to you.

@r3k2
Copy link

r3k2 commented Jan 8, 2023

I am interested in this, also an auto-refresh option

@Cyrix126
Copy link
Author

just made a proof of concept. It works but didn't go enough deep into the implications.
#20

@ckampfe
Copy link
Owner

ckampfe commented Apr 15, 2023

Apologies for the delay here @Cyrix126 , I will attempt to take a look at implementing this soon.

@ckampfe
Copy link
Owner

ckampfe commented Jun 1, 2024

@Cyrix126 @r3k2 could you elaborate a bit more on the use case here? What kinds of things do you use that generate RSS files on your local filesystem? I'm just trying to get a better idea of the issue. Thanks.

@Cyrix126
Copy link
Author

Cyrix126 commented Jun 2, 2024

@Cyrix126 @r3k2 could you elaborate a bit more on the use case here? What kinds of things do you use that generate RSS files on your local filesystem? I'm just trying to get a better idea of the issue. Thanks.

With this I could use my generated rss files without an http web server.

Sometime content from internet does not offer rss. Instead, you use a script to scrap the data and generate an rss file. If I can load a local rss file, I don't need a web server to serve it but could use it directly, reducing a step.

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

3 participants