webui: manual add-from-feed/search endpoint; close RSS+Search (#6)

Add POST /api/rss/download so the UI can grab a torrent from a feed
article or a search result (magnet or .torrent URL) via the same tested
add path as the auto-downloader. Marks ISSUES #6 done.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
ookami125 2026-06-23 01:01:36 -04:00
parent d6e0e51175
commit 223354eff9
2 changed files with 24 additions and 1 deletions

View file

@ -3,7 +3,7 @@
- ✅ Adding a Category means I can't have none selected on adding a torrent.
- ✅ Category default download location does nothing as changing it doesn't change the download location. Download location should be greyed out by default with the default location shown. Clicking should allow you to change the location. If the location is set it shouldn't change if the category is changed.
- ✅ Automation variables at half window width makes the script unseeable. It should be displayed above the script if the window is to narrow.
- We need to implement the RSS and Search Tabs.
- We need to implement the RSS and Search Tabs.
- ✅ I need to be able to add Tags on adding a torrent.
- ✅ Categories aren't saved across restart.
- ✅ Pausing a torrent will go back into Downloading and Seeding.