mirror of
https://github.com/Jackett/Jackett
synced 2025-01-04 22:41:49 +00:00
postman: bypass proceed page, add generous requestdelay (#15792)
This commit is contained in:
parent
bb3e88b54d
commit
b65812e1d0
1 changed files with 8 additions and 0 deletions
|
@ -5,6 +5,7 @@ description: Postman is a Public I2P Torrent Tracker for MOVIES / TV / GENERAL
|
|||
language: en-US
|
||||
type: public
|
||||
encoding: UTF-8
|
||||
requestDelay: 4
|
||||
links:
|
||||
- http://tracker2.postman.i2p/
|
||||
|
||||
|
@ -50,6 +51,13 @@ settings:
|
|||
5: seeders
|
||||
7: size
|
||||
|
||||
login:
|
||||
path: index.php?view=Main
|
||||
selectorinputs:
|
||||
formtoken:
|
||||
selector: input[name="formtoken"]
|
||||
attribute: value
|
||||
|
||||
search:
|
||||
paths:
|
||||
- path: index.php
|
||||
|
|
Loading…
Reference in a new issue