diff --git a/src/Jackett.Common/Definitions/channelx.yml b/src/Jackett.Common/Definitions/channelx.yml index 45df85ae6..33f381152 100644 --- a/src/Jackett.Common/Definitions/channelx.yml +++ b/src/Jackett.Common/Definitions/channelx.yml @@ -26,17 +26,17 @@ inputs: username: "{{ .Config.username }}" password: "{{ .Config.password }}" - remember: 1 + remember: on error: - selector: script[nonce]:contains("Error") message: selector: script[nonce]:contains("Error") test: - path: torrents + path: / selector: a[href$="/logout"] ratio: - path: torrents + path: / selector: li:has(i.fa-sync-alt) filters: - name: regexp @@ -95,7 +95,7 @@ selector: td:nth-last-child(1) filters: - name: regexp - args: ([\d\.]+) + args: (\d+) imdb: optional: true selector: a[href*="www.imdb.com/title/tt"]