Add awesomehd torrent provider

This commit is contained in:
mano3m
2013-06-26 19:53:28 +02:00
parent 628c0e5dcc
commit 84e9f9794d

View File

@@ -23,6 +23,20 @@ config = [{
'name': 'passkey',
'default': '',
},
{
'name': 'seed_ratio',
'label': 'Seed ratio',
'type': 'float',
'default': 1,
'description': 'Torrent will not be (re)moved until this seed ratio is met.',
},
{
'name': 'seed_time',
'label': 'Seed time',
'type': 'int',
'default': 40,
'description': 'Torrent will not be (re)moved until this seed time (in hours) is met.',
},
{
'name': 'only_internal',
'advanced': True,