fix
This commit is contained in:
parent
ea2ff3936a
commit
243aa28871
@ -123,7 +123,8 @@ class FilterModule(_ModuleBase):
|
|||||||
if need_episodes \
|
if need_episodes \
|
||||||
and not set(torrent_seasons).intersection(set(need_episodes)):
|
and not set(torrent_seasons).intersection(set(need_episodes)):
|
||||||
# 单季集没有交集的不要
|
# 单季集没有交集的不要
|
||||||
logger.info(f"种子 {torrent.site_name} - {torrent.title} 集 {torrent_episodes} 没有需要的集")
|
logger.info(f"种子 {torrent.site_name} - {torrent.title} "
|
||||||
|
f"集 {torrent_episodes} 没有需要的集:{need_episodes}")
|
||||||
return False
|
return False
|
||||||
return True
|
return True
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user