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