Changed default site to piratebay and added a description on how to change it in our readme.

This commit is contained in:
2017-11-18 23:34:29 +01:00
parent bc826db4de
commit 655259c146

View File

@@ -72,8 +72,8 @@ def main():
help='query for searching torrents.')
parser.add_argument('-s', '--site',
nargs='?',
default='jackett',
const='jackett',
default='piratebay',
const='piratebay',
type=str,
choices=site_options,
help='the site to index (default: %(default)s)')