mirror of
https://github.com/jxxghp/MoviePilot.git
synced 2026-09-05 07:27:15 +08:00
fix 种子去重
This commit is contained in:
@@ -61,7 +61,7 @@ class IndexerModule(_ModuleBase):
|
|||||||
if not settings.SEARCH_MULTIPLE_NAME:
|
if not settings.SEARCH_MULTIPLE_NAME:
|
||||||
return _torrents
|
return _torrents
|
||||||
# 通过encosure去重
|
# 通过encosure去重
|
||||||
return list({t.enclosure: t for t in _torrents}.values())
|
return list({f"{t.title}_{t.description}": t for t in _torrents}.values())
|
||||||
|
|
||||||
# 确认搜索的名字
|
# 确认搜索的名字
|
||||||
if not keywords:
|
if not keywords:
|
||||||
|
|||||||
Reference in New Issue
Block a user