mirror of
https://github.com/Jackett/Jackett
synced 2025-02-21 22:07:10 +00:00
SceneFZ: fix login and add u-torrents references
This commit is contained in:
parent
5f01a62292
commit
946c8bd5bf
1 changed files with 4 additions and 3 deletions
|
@ -1,12 +1,13 @@
|
|||
---
|
||||
site: scenefz
|
||||
name: SceneFZ
|
||||
name: SceneFZ / u-torrents
|
||||
description: "Torrent tracker. Tracking over 50.000 torrent files."
|
||||
language: ro-ro
|
||||
type: private
|
||||
encoding: UTF-8
|
||||
links:
|
||||
- https://scenefz.me/
|
||||
- https://www.u-torrents.ro/
|
||||
|
||||
caps:
|
||||
categorymappings:
|
||||
|
@ -49,8 +50,8 @@
|
|||
method: form
|
||||
form: form
|
||||
inputs:
|
||||
"_username": "{{ .Config.username }}"
|
||||
"_password": "{{ .Config.password }}"
|
||||
"username": "{{ .Config.username }}"
|
||||
"password": "{{ .Config.password }}"
|
||||
error:
|
||||
- selector: div.alert-danger
|
||||
test:
|
||||
|
|
Loading…
Reference in a new issue