1
0
Fork 0
mirror of https://github.com/Jackett/Jackett synced 2025-02-01 04:12:28 +00:00

ccfbits: amend login.

This commit is contained in:
Garfield69 2019-12-19 20:00:17 +13:00
parent fba73be438
commit 365eda7503

View file

@ -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 }}"
@ -65,11 +64,13 @@
inputs:
$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