mirror of
https://github.com/Jackett/Jackett
synced 2025-03-05 11:18:14 +00:00
lastfiles: revert to https
This commit is contained in:
parent
5be2cfa338
commit
da0e888496
1 changed files with 5 additions and 6 deletions
|
@ -8,13 +8,13 @@ encoding: utf-8
|
|||
followredirect: true
|
||||
requestDelay: 2
|
||||
links:
|
||||
- http://www.last-torrents.org/
|
||||
- https://www.last-torrents.org/
|
||||
legacylinks:
|
||||
- http://last-torrents.org/
|
||||
- https://last-torrents.org/
|
||||
- https://www.lastfiles.ro/
|
||||
- http://www.lastfiles.ro/
|
||||
- https://www.last-torrents.org/ # SSL connection not available
|
||||
- http://www.last-torrents.org/
|
||||
|
||||
caps:
|
||||
categorymappings:
|
||||
|
@ -105,10 +105,9 @@ login:
|
|||
inputs:
|
||||
username: "{{ .Config.username }}"
|
||||
password: "{{ .Config.password }}"
|
||||
submitme: Login
|
||||
use_ssl: 0
|
||||
perm_ssl: 0
|
||||
returnto: /
|
||||
submitme: Login!
|
||||
use_ssl: 1
|
||||
perm_ssl: 1
|
||||
error:
|
||||
- selector: td.embedded:contains("Login failed")
|
||||
test:
|
||||
|
|
Loading…
Add table
Reference in a new issue