更新 common.py

This commit is contained in:
jxxghp
2023-06-08 22:21:51 +08:00
committed by GitHub
parent 3894746f83
commit 713dcb49e2

View File

@ -177,6 +177,9 @@ class CommonChain(ChainBase):
if season == nt.get("season"):
return nt.get("total_episodes")
return 0
# 分组排序
contexts = TorrentHelper.sort_group_torrents(contexts)
# 如果是电影,直接下载
for context in contexts: