mirror of
https://github.com/Jackett/Jackett
synced 2025-02-24 23:22:46 +00:00
Empornium: fix login
This commit is contained in:
parent
80fb235b06
commit
8c32b8ccb1
1 changed files with 6 additions and 0 deletions
|
@ -1,3 +1,6 @@
|
|||
# Empornium uses the Luminance code, which is based on gazelle
|
||||
# ajax.php API additionally needs the auth=$authkey argument
|
||||
# Because the API is e.g. missing banner images we use screen scraping instead of the generic gazelle based approach
|
||||
---
|
||||
site: empornium
|
||||
name: Empornium
|
||||
|
@ -61,6 +64,7 @@
|
|||
modes:
|
||||
search: [q]
|
||||
tv-search: [q, season, ep]
|
||||
movie-search: [q]
|
||||
|
||||
login:
|
||||
path: login
|
||||
|
@ -68,11 +72,13 @@
|
|||
inputs:
|
||||
username: "{{ .Config.username }}"
|
||||
password: "{{ .Config.password }}"
|
||||
cinfo: "2550|1350|24|-60"
|
||||
keeploggedin: 1
|
||||
error:
|
||||
- selector: form#loginform > span.warning
|
||||
test:
|
||||
path: torrents.php
|
||||
selector: "#nav_userinfo"
|
||||
|
||||
search:
|
||||
paths:
|
||||
|
|
Loading…
Reference in a new issue