mirror of
https://github.com/Jackett/Jackett.git
synced 2025-09-17 17:34:09 +02:00
tenyardtracker: minor changes (#827)
* minor changes for tenyardtracker
This commit is contained in:
@@ -12,6 +12,7 @@
|
|||||||
1: TV # Sports
|
1: TV # Sports
|
||||||
modes:
|
modes:
|
||||||
search: [q]
|
search: [q]
|
||||||
|
tv-search: [q, season, ep]
|
||||||
|
|
||||||
login:
|
login:
|
||||||
path: members.php?action=takelogin
|
path: members.php?action=takelogin
|
||||||
@@ -19,12 +20,16 @@
|
|||||||
inputs:
|
inputs:
|
||||||
username: "{{ .Config.username }}"
|
username: "{{ .Config.username }}"
|
||||||
password: "{{ .Config.password }}"
|
password: "{{ .Config.password }}"
|
||||||
|
error:
|
||||||
|
- selector: div:contains("Login Failed")
|
||||||
|
test:
|
||||||
|
path: my.php
|
||||||
#error:
|
#error:
|
||||||
#- path: members.php?action=takelogin
|
#- path: members.php?action=takelogin
|
||||||
test:
|
test:
|
||||||
path: my.php
|
path: my.php
|
||||||
#selector: a[href="members.php?action=logout"]
|
#selector: a[href="members.php?action=logout"]
|
||||||
|
|
||||||
ratio:
|
ratio:
|
||||||
path: browse.php
|
path: browse.php
|
||||||
selector: #status_bar
|
selector: #status_bar
|
||||||
@@ -37,6 +42,8 @@
|
|||||||
rows:
|
rows:
|
||||||
selector: table[border="1"] tr:not(:first-child)
|
selector: table[border="1"] tr:not(:first-child)
|
||||||
fields:
|
fields:
|
||||||
|
category:
|
||||||
|
text: 1
|
||||||
title:
|
title:
|
||||||
selector: td:nth-child(2)
|
selector: td:nth-child(2)
|
||||||
download:
|
download:
|
||||||
|
Reference in New Issue
Block a user