1
0
Fork 0
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:
Aurelien 2022-10-01 14:25:07 +02:00 committed by GitHub
parent e757d81492
commit 94c90f4225
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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]