This commit is contained in:
jxxghp 2023-06-13 14:50:15 +08:00
parent 3790b62bb4
commit a7cd0dd009

View File

@ -80,6 +80,8 @@ class FilterModule(_ModuleBase):
:param season_episodes: 季集数过滤 {season:[episodes]} :param season_episodes: 季集数过滤 {season:[episodes]}
:return: 过滤后的资源列表添加资源优先级 :return: 过滤后的资源列表添加资源优先级
""" """
if not settings.FILTER_RULE:
return torrent_list
# 返回种子列表 # 返回种子列表
ret_torrents = [] ret_torrents = []
for torrent in torrent_list: for torrent in torrent_list: