Add filter switch

This commit is contained in:
EstrellaXD
2023-04-25 21:05:13 +08:00
parent f1204fab47
commit bdb3126d8e
3 changed files with 8 additions and 5 deletions

View File

@@ -21,7 +21,7 @@ class APIProcess:
self._full_season_get = FullSeasonGet()
def link_process(self, link):
return self._rss_analyser.rss_to_data(link)
return self._rss_analyser.rss_to_data(link, filter=False)
@api_failed
def download_collection(self, link):