mirror of
https://github.com/Jackett/Jackett
synced 2025-03-10 14:14:25 +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
|
||||
test:
|
||||
path: index.php
|
||||
selector: a[href="logout.php"]
|
||||
selector: a[href*="logout.php"]
|
||||
|
||||
search:
|
||||
paths:
|
||||
|
@ -173,6 +173,9 @@ search:
|
|||
download:
|
||||
selector: a[href^="download.php?id="]
|
||||
attribute: href
|
||||
poster:
|
||||
selector: img.nexus-lazy-load
|
||||
attribute: data-src
|
||||
date_elapsed:
|
||||
# time type: time elapsed (default)
|
||||
selector: td.rowfollow:nth-child(4) > span[title]
|
||||
|
|
Loading…
Add table
Reference in a new issue