mirror of
https://github.com/EstrellaXD/Auto_Bangumi.git
synced 2026-05-04 19:01:16 +08:00
webui: update search card.
backend: update api url and rss manage api route.
This commit is contained in:
@@ -59,6 +59,10 @@ class RSSEngine(Database):
|
||||
msg_zh="RSS 添加失败。",
|
||||
)
|
||||
|
||||
def disable_list(self, rss_id_list: list[int]):
|
||||
for rss_id in rss_id_list:
|
||||
self.rss.disable(rss_id)
|
||||
|
||||
def pull_rss(self, rss_item: RSSItem) -> list[Torrent]:
|
||||
torrents = self._get_torrents(rss_item)
|
||||
new_torrents = self.torrent.check_new(torrents)
|
||||
|
||||
Reference in New Issue
Block a user