mirror of
https://github.com/rembo10/headphones.git
synced 2026-07-19 23:44:01 +01:00
Added support for Newznab & NZBs.org
This commit is contained in:
@@ -28,5 +28,13 @@ def configCreate(path):
|
||||
config['NZBMatrix']['nzbmatrix'] = 0
|
||||
config['NZBMatrix']['nzbmatrix_username'] = ''
|
||||
config['NZBMatrix']['nzbmatrix_apikey'] = ''
|
||||
config['Newznab'] = {}
|
||||
config['Newznab']['newznab'] = 0
|
||||
config['Newznab']['newznab_host'] = ''
|
||||
config['Newznab']['newznab_apikey'] = ''
|
||||
config['NZBsorg'] = {}
|
||||
config['NZBsorg']['nzbsorg'] = 0
|
||||
config['NZBsorg']['nzbsorg_uid'] = ''
|
||||
config['NZBsorg']['nzbsorg_hash'] = ''
|
||||
|
||||
config.write()
|
||||
Reference in New Issue
Block a user