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
|
site: empornium
|
||||||
name: Empornium
|
name: Empornium
|
||||||
|
@ -61,6 +64,7 @@
|
||||||
modes:
|
modes:
|
||||||
search: [q]
|
search: [q]
|
||||||
tv-search: [q, season, ep]
|
tv-search: [q, season, ep]
|
||||||
|
movie-search: [q]
|
||||||
|
|
||||||
login:
|
login:
|
||||||
path: login
|
path: login
|
||||||
|
@ -68,11 +72,13 @@
|
||||||
inputs:
|
inputs:
|
||||||
username: "{{ .Config.username }}"
|
username: "{{ .Config.username }}"
|
||||||
password: "{{ .Config.password }}"
|
password: "{{ .Config.password }}"
|
||||||
|
cinfo: "2550|1350|24|-60"
|
||||||
keeploggedin: 1
|
keeploggedin: 1
|
||||||
error:
|
error:
|
||||||
- selector: form#loginform > span.warning
|
- selector: form#loginform > span.warning
|
||||||
test:
|
test:
|
||||||
path: torrents.php
|
path: torrents.php
|
||||||
|
selector: "#nav_userinfo"
|
||||||
|
|
||||||
search:
|
search:
|
||||||
paths:
|
paths:
|
||||||
|
|
Loading…
Reference in a new issue