mirror of https://github.com/Jackett/Jackett
torrentbd: correct login for #1709
This commit is contained in:
parent
8a463886dd
commit
ba6453a78f
|
@ -6,9 +6,10 @@
|
|||
type: private
|
||||
encoding: UTF-8
|
||||
links:
|
||||
- http://www.torrentbd.com/
|
||||
- https://www.torrentbd.com/
|
||||
legacylinks:
|
||||
- http://www.torrentbd.com/torrent
|
||||
- http://www.torrentbd.com/
|
||||
|
||||
caps:
|
||||
categorymappings:
|
||||
|
@ -89,10 +90,10 @@
|
|||
username: "{{ .Config.username }}"
|
||||
password: "{{ .Config.password }}"
|
||||
error:
|
||||
- selector: div.myFrame:has(div.myF-caption > font.error)
|
||||
- selector: div.row p.red-text
|
||||
test:
|
||||
path: torrent/torrents-search.php
|
||||
selector: div.myB-content:contains("Ratio:")
|
||||
selector: a[href*="logout"]
|
||||
|
||||
ratio:
|
||||
path: torrent/torrents-search.php
|
||||
|
|
Loading…
Reference in New Issue