mirror of
https://github.com/EstrellaXD/Auto_Bangumi.git
synced 2026-05-03 09:52:11 +08:00
Fix eps_complete.py
This commit is contained in:
@@ -36,7 +36,7 @@ class FullSeasonGet:
|
||||
keyword = self.init_eps_complete_search_str(data)
|
||||
with RequestContent() as req:
|
||||
torrents = req.get_torrents(f"{CUSTOM_URL}/RSS/Search?searchstr={keyword}")
|
||||
return [torrent for torrent in torrents if data.title_raw in torrent.title]
|
||||
return [torrent for torrent in torrents if data.title_raw in torrent.name]
|
||||
|
||||
@staticmethod
|
||||
def collect_season_torrents(data: BangumiData, torrents):
|
||||
|
||||
Reference in New Issue
Block a user