mirror of
https://github.com/Jackett/Jackett
synced 2024-12-31 20:27:28 +00:00
Login selector on b2s-share & speed-share (#2153)
* Update speed-share.yml Added login selector to make sure we're logged in. * Update b2s-share.yml Added login selector to make sure we're logged in.
This commit is contained in:
parent
c1e495b212
commit
3a126f07c4
2 changed files with 2 additions and 2 deletions
|
@ -212,7 +212,7 @@
|
|||
password: "{{ .Config.password }}"
|
||||
test:
|
||||
path: torrents.php
|
||||
|
||||
selector: div:has(a[href*="account-logout.php"])
|
||||
search:
|
||||
paths:
|
||||
- path: torrents-search.php
|
||||
|
|
|
@ -188,7 +188,7 @@
|
|||
password: "{{ .Config.password }}"
|
||||
test:
|
||||
path: torrents.php
|
||||
|
||||
selector: td:contains("Desktop do Usuario")
|
||||
search:
|
||||
paths:
|
||||
- path: buscar_tor.php?search={{ .Keywords }}&incldead=1
|
||||
|
|
Loading…
Reference in a new issue