mirror of
https://github.com/EstrellaXD/Auto_Bangumi.git
synced 2026-04-01 09:40:59 +08:00
漏改了一个
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user