diff --git a/src/Jackett.Common/Definitions/ccfbits.yml b/src/Jackett.Common/Definitions/ccfbits.yml index 3201c591c..81267ccca 100644 --- a/src/Jackett.Common/Definitions/ccfbits.yml +++ b/src/Jackett.Common/Definitions/ccfbits.yml @@ -47,9 +47,8 @@ movie-search: [q] login: - path: login.php - method: form - form: form[action="takelogin.php"] + path: takelogin.php + method: post inputs: username: "{{ .Config.username }}" password: "{{ .Config.password }}" @@ -63,13 +62,15 @@ - path: browse.php method: get inputs: - $raw: "{{range .Categories}}c{{.}}=1&{{end}}" + $raw: "{{ range .Categories }}c{{.}}=1&{{end}}" search: "{{ .Keywords }}" - incldead: "1" - d: DESC + incldead: 1 sort: added + d: DESC + rows: selector: table[border="1"][cellpadding="5"] > tbody > tr:has(a[href^="details.php?id="]) + fields: title: selector: a[title][href^="details.php?id="] @@ -116,12 +117,12 @@ args: "2006-01-0215:04:05 -07:00" downloadvolumefactor: case: - "font[color=\"#C20603\"]:contains(\"免费\")": "0" - "font:has([src=\"/pic/arrowdown1.gif\"]):contains(\"0.5x\")": "0.5" - "*": "1" + "font[color=\"#C20603\"]:contains(\"免费\")": 0 + "font:has([src=\"/pic/arrowdown1.gif\"]):contains(\"0.5x\")": 0.5 + "*": 1 uploadvolumefactor: case: - "*": "1" + "*": 1 description: selector: td:nth-child(2) > table > tbody > tr:nth-child(2) remove: a, img