mirror of
https://github.com/Jackett/Jackett.git
synced 2025-09-17 17:34:09 +02: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:
@@ -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
|
||||
|
Reference in New Issue
Block a user