mirror of
https://github.com/Jackett/Jackett.git
synced 2025-09-17 17:34:09 +02:00
Empornium: fix login
This commit is contained in:
@@ -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:
|
||||||
|
Reference in New Issue
Block a user