漏改了一个

This commit is contained in:
WeijiangChen
2023-03-12 22:45:55 +08:00
parent aee3a3be33
commit f4d4a06f37

View File

@@ -57,7 +57,8 @@ class FullSeasonGet:
self.download_eps(data, download_client)
def download_collection(self, data, link, download_client: DownloadClient):
torrents = self._get_rss.get_torrents(link)
with RequestContent() as req:
torrents = req.get_torrents(link)
downloads = self.collect_season_torrents(data, torrents)
logger.info(f"Starting download {data.get('official_title')}")
for download in downloads: