lastfiles: switch to http. resolves #7580

This commit is contained in:
Garfield69 2023-07-08 20:24:18 +12:00
parent 5fce510adf
commit b5f070b834
1 changed files with 4 additions and 4 deletions

View File

@ -8,13 +8,13 @@ encoding: utf-8
followredirect: true followredirect: true
requestDelay: 2 requestDelay: 2
links: links:
- https://www.last-torrents.org/ - http://www.last-torrents.org/
legacylinks: legacylinks:
- http://last-torrents.org/ - http://last-torrents.org/
- https://last-torrents.org/ - https://last-torrents.org/
- https://www.lastfiles.ro/ - https://www.lastfiles.ro/
- http://www.lastfiles.ro/ - http://www.lastfiles.ro/
- http://www.last-torrents.org/ - https://www.last-torrents.org/ # SSL connection not available
caps: caps:
categorymappings: categorymappings:
@ -106,8 +106,8 @@ login:
username: "{{ .Config.username }}" username: "{{ .Config.username }}"
password: "{{ .Config.password }}" password: "{{ .Config.password }}"
submitme: Login submitme: Login
use_ssl: 1 use_ssl: 0
perm_ssl: 2 perm_ssl: 0
returnto: / returnto: /
error: error:
- selector: td.embedded:contains("Login failed") - selector: td.embedded:contains("Login failed")