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
|
||||
modes:
|
||||
search: [q]
|
||||
tv-search: [q, season, ep]
|
||||
|
||||
login:
|
||||
path: members.php?action=takelogin
|
||||
@@ -19,12 +20,16 @@
|
||||
inputs:
|
||||
username: "{{ .Config.username }}"
|
||||
password: "{{ .Config.password }}"
|
||||
error:
|
||||
- selector: div:contains("Login Failed")
|
||||
test:
|
||||
path: my.php
|
||||
#error:
|
||||
#- path: members.php?action=takelogin
|
||||
test:
|
||||
path: my.php
|
||||
#selector: a[href="members.php?action=logout"]
|
||||
|
||||
|
||||
ratio:
|
||||
path: browse.php
|
||||
selector: #status_bar
|
||||
@@ -37,6 +42,8 @@
|
||||
rows:
|
||||
selector: table[border="1"] tr:not(:first-child)
|
||||
fields:
|
||||
category:
|
||||
text: 1
|
||||
title:
|
||||
selector: td:nth-child(2)
|
||||
download:
|
||||
|
Reference in New Issue
Block a user