更新 common.py
This commit is contained in:
@ -177,6 +177,9 @@ class CommonChain(ChainBase):
|
|||||||
if season == nt.get("season"):
|
if season == nt.get("season"):
|
||||||
return nt.get("total_episodes")
|
return nt.get("total_episodes")
|
||||||
return 0
|
return 0
|
||||||
|
|
||||||
|
# 分组排序
|
||||||
|
contexts = TorrentHelper.sort_group_torrents(contexts)
|
||||||
|
|
||||||
# 如果是电影,直接下载
|
# 如果是电影,直接下载
|
||||||
for context in contexts:
|
for context in contexts:
|
||||||
|
Reference in New Issue
Block a user