mirror of
https://github.com/Jackett/Jackett
synced 2025-03-05 11:18:14 +00:00
ccfbits: amend login.
This commit is contained in:
parent
fba73be438
commit
365eda7503
1 changed files with 11 additions and 10 deletions
|
@ -47,9 +47,8 @@
|
||||||
movie-search: [q]
|
movie-search: [q]
|
||||||
|
|
||||||
login:
|
login:
|
||||||
path: login.php
|
path: takelogin.php
|
||||||
method: form
|
method: post
|
||||||
form: form[action="takelogin.php"]
|
|
||||||
inputs:
|
inputs:
|
||||||
username: "{{ .Config.username }}"
|
username: "{{ .Config.username }}"
|
||||||
password: "{{ .Config.password }}"
|
password: "{{ .Config.password }}"
|
||||||
|
@ -63,13 +62,15 @@
|
||||||
- path: browse.php
|
- path: browse.php
|
||||||
method: get
|
method: get
|
||||||
inputs:
|
inputs:
|
||||||
$raw: "{{range .Categories}}c{{.}}=1&{{end}}"
|
$raw: "{{ range .Categories }}c{{.}}=1&{{end}}"
|
||||||
search: "{{ .Keywords }}"
|
search: "{{ .Keywords }}"
|
||||||
incldead: "1"
|
incldead: 1
|
||||||
d: DESC
|
|
||||||
sort: added
|
sort: added
|
||||||
|
d: DESC
|
||||||
|
|
||||||
rows:
|
rows:
|
||||||
selector: table[border="1"][cellpadding="5"] > tbody > tr:has(a[href^="details.php?id="])
|
selector: table[border="1"][cellpadding="5"] > tbody > tr:has(a[href^="details.php?id="])
|
||||||
|
|
||||||
fields:
|
fields:
|
||||||
title:
|
title:
|
||||||
selector: a[title][href^="details.php?id="]
|
selector: a[title][href^="details.php?id="]
|
||||||
|
@ -116,12 +117,12 @@
|
||||||
args: "2006-01-0215:04:05 -07:00"
|
args: "2006-01-0215:04:05 -07:00"
|
||||||
downloadvolumefactor:
|
downloadvolumefactor:
|
||||||
case:
|
case:
|
||||||
"font[color=\"#C20603\"]:contains(\"免费\")": "0"
|
"font[color=\"#C20603\"]:contains(\"免费\")": 0
|
||||||
"font:has([src=\"/pic/arrowdown1.gif\"]):contains(\"0.5x\")": "0.5"
|
"font:has([src=\"/pic/arrowdown1.gif\"]):contains(\"0.5x\")": 0.5
|
||||||
"*": "1"
|
"*": 1
|
||||||
uploadvolumefactor:
|
uploadvolumefactor:
|
||||||
case:
|
case:
|
||||||
"*": "1"
|
"*": 1
|
||||||
description:
|
description:
|
||||||
selector: td:nth-child(2) > table > tbody > tr:nth-child(2)
|
selector: td:nth-child(2) > table > tbody > tr:nth-child(2)
|
||||||
remove: a, img
|
remove: a, img
|
||||||
|
|
Loading…
Add table
Reference in a new issue