fix: No filter when collect bangumi

This commit is contained in:
EstrellaXD
2023-06-04 01:11:34 +08:00
parent 879a3399d2
commit ea7ee6ed02

View File

@@ -25,7 +25,7 @@ class SeasonCollector(DownloadClient):
if not link:
torrents = st.search_season(data)
else:
torrents = st.get_torrents(link)
torrents = st.get_torrents(link, _filter="|".join(data.filter))
self.add_season_torrents(data, torrents)
logger.info("Completed!")