mirror of
https://github.com/Jackett/Jackett
synced 2025-03-10 22:23:20 +00:00
spidertk: update login test selector & add posters (#13615)
Co-authored-by: ilike2burnthing <59480337+ilike2burnthing@users.noreply.github.com>
This commit is contained in:
parent
e757d81492
commit
94c90f4225
1 changed files with 4 additions and 1 deletions
|
@ -135,7 +135,7 @@ login:
|
||||||
selector: td.text
|
selector: td.text
|
||||||
test:
|
test:
|
||||||
path: index.php
|
path: index.php
|
||||||
selector: a[href="logout.php"]
|
selector: a[href*="logout.php"]
|
||||||
|
|
||||||
search:
|
search:
|
||||||
paths:
|
paths:
|
||||||
|
@ -173,6 +173,9 @@ search:
|
||||||
download:
|
download:
|
||||||
selector: a[href^="download.php?id="]
|
selector: a[href^="download.php?id="]
|
||||||
attribute: href
|
attribute: href
|
||||||
|
poster:
|
||||||
|
selector: img.nexus-lazy-load
|
||||||
|
attribute: data-src
|
||||||
date_elapsed:
|
date_elapsed:
|
||||||
# time type: time elapsed (default)
|
# time type: time elapsed (default)
|
||||||
selector: td.rowfollow:nth-child(4) > span[title]
|
selector: td.rowfollow:nth-child(4) > span[title]
|
||||||
|
|
Loading…
Add table
Reference in a new issue