The-Torrents: fix definition

This commit is contained in:
kaso17 2017-08-18 18:23:52 +02:00
parent 4d72d08e26
commit d866758a0d
1 changed files with 5 additions and 4 deletions

View File

@ -65,8 +65,9 @@
tv-search: [q, season, ep]
login:
path: /takelogin.php
method: post
path: /login.php
method: form
form: form[action="takelogin.php"]
inputs:
username: "{{ .Config.username }}"
password: "{{ .Config.password }}"
@ -80,7 +81,7 @@
inputs:
$raw: "{{range .Categories}}c{{.}}=1&{{end}}"
search: "{{ .Query.Keywords }}"
incldead: "1"
incldead: "0"
rows:
selector: table > tbody > tr:has(a[href^="details.php?id="])
dateheaders:
@ -102,7 +103,7 @@
- name: querystring
args: cat
download:
selector: a[href^="/download.php/"]
selector: a[href^="/download.php"]
attribute: href
description:
selector: td:nth-child(2) > small