parent
3fcbcc3964
commit
13f9fc07b2
36 changed files with 70 additions and 29 deletions
|
|
@ -33,8 +33,6 @@ class GazelleBackend(BaseBackend, ICapTorrent):
|
|||
VERSION = '0.1'
|
||||
DESCRIPTION = 'gazelle bittorrent tracker'
|
||||
LICENSE = 'GPLv3'
|
||||
ICON = os.path.join(os.path.dirname(__file__), 'data/logo.png')
|
||||
|
||||
CONFIG = {'username': BaseBackend.ConfigField(description='Username on website'),
|
||||
'password': BaseBackend.ConfigField(description='Password of account', is_masked=True),
|
||||
'protocol': BaseBackend.ConfigField(description='Protocol to use ("http" or "https")', regexp='^(http|https)$'),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue