arenaBG: optionally use .torrent instead of magnet

Also fix date processing.
This commit is contained in:
Garfield69 2019-03-14 16:30:54 +13:00
parent 8db99363b6
commit 2fc92e84c4
1 changed files with 18 additions and 3 deletions

View File

@ -68,6 +68,21 @@
tv-search: [q, season, ep]
movie-search: [q]
settings:
- name: username
type: text
label: Username
- name: password
type: password
label: Password
- name: downloadlink
type: select
label: Download link
default: "magnet:"
options:
"/download/" : ".torrent"
"magnet:": "magnet"
login:
path: /
method: form
@ -85,7 +100,7 @@
selector: a[href="/users/logout/"]
download:
selector: a[href^="magnet:?"]
selector: a[href^="{{ .Config.downloadlink }}"]
search:
paths:
@ -122,14 +137,14 @@
selector: td:nth-child(4)
date:
# 08:49:09
selector: td:nth-child(3):has(":")
selector: td:nth-child(3):contains(":")
optional: true
filters:
- name: dateparse
args: "15:04:05"
date:
# 2018-10-19
selector: td:nth-child(3):has("-")
selector: td:nth-child(3):contains("-")
optional: true
filters:
- name: dateparse