feat: update searcher

This commit is contained in:
EstrellaXD
2023-09-28 16:04:52 +08:00
parent bf6fda7be8
commit a4f1bbd15f
5 changed files with 35 additions and 12 deletions

View File

@@ -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)