更新 torrent.py

This commit is contained in:
jxxghp 2023-06-11 19:38:57 +08:00 committed by GitHub
parent df557bbfe2
commit efb0f05784
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -166,7 +166,7 @@ class TorrentHelper:
return "%s%s%s%s" % (str(_torrent.title).ljust(100, ' '),
str(_torrent.pri_order).rjust(3, '0'),
str(_torrent.seeders).rjust(10, '0'),
"%s%s" % (season_len, episode_len))
"%s%s" % (season_len, 9999 - episode_len))
# 匹配的资源中排序分组选最好的一个下载
# 按站点顺序、资源匹配顺序、做种人数下载数逆序排序