mirror of
https://github.com/EstrellaXD/Auto_Bangumi.git
synced 2026-04-09 13:40:13 +08:00
fix: No filter when collect bangumi
This commit is contained in:
@@ -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!")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user