mirror of
https://github.com/jxxghp/MoviePilot.git
synced 2026-04-05 19:58:09 +08:00
fix spider
This commit is contained in:
Binary file not shown.
@@ -611,7 +611,7 @@ class TorrentSpider:
|
||||
@staticmethod
|
||||
def __index(items, selector):
|
||||
if not items:
|
||||
return items
|
||||
return None
|
||||
if selector:
|
||||
if "contents" in selector \
|
||||
and len(items) > int(selector.get("contents")):
|
||||
|
||||
Reference in New Issue
Block a user