Added Feature: RSS Feed#415
Conversation
Remove unnecessary files from .gitignore
|
@smartlizardpy for future reference, generally when you have PR reviews you update your code and push to the same branch you PR'd so that you do not have to close the PR and create a new one. Doing that makes it very difficult to track whether you actually fixed the changes because I can't easily see the changes in the diff of where my comments are. |
|
@smartlizardpy there's a couple merge conflicts. Once those are resolved I'll merge. |
|
@ShaneIsrael Are they on my side? |
|
Yes, that's why why it the at the bottom of this conversation it says "This branch has conflicts that must be resolved." I merged another branch earlier that also made changes to the Settings.js file, so now those changes conflict with changes you are making. I can't merge your branch in until you update it. |
How does it work: It creates an api endpoint that serves the RSS feed. The endpoint generates the RSS Feed using the RSS Feed template it creates an rss.xml file and serves it to the web. It only displays Public videos on the RSS Feed.
Here are the things that I've added:
The code works on my machine & the RSS app. I could not run the nginx server on my machine (Arch btw) because of some errors i could not debug. Note there are some errors with greenlet & python 3.14 I had to use python 3.12.8 to run via run_local.sh