mirror of
https://github.com/EstrellaXD/Auto_Bangumi.git
synced 2026-07-18 12:41:33 +08:00
feat: update searcher
This commit is contained in:
@@ -16,7 +16,7 @@ class RequestContent(RequestURL):
|
||||
self,
|
||||
_url: str,
|
||||
_filter: str = "|".join(settings.rss_parser.filter),
|
||||
limit: int = 100,
|
||||
limit: int = None,
|
||||
retry: int = 3,
|
||||
) -> list[Torrent]:
|
||||
soup = self.get_xml(_url, retry)
|
||||
|
||||
Reference in New Issue
Block a user