Changed default site to piratebay and added a description on how to change it in our readme.
This commit is contained in:
@@ -72,8 +72,8 @@ def main():
|
|||||||
help='query for searching torrents.')
|
help='query for searching torrents.')
|
||||||
parser.add_argument('-s', '--site',
|
parser.add_argument('-s', '--site',
|
||||||
nargs='?',
|
nargs='?',
|
||||||
default='jackett',
|
default='piratebay',
|
||||||
const='jackett',
|
const='piratebay',
|
||||||
type=str,
|
type=str,
|
||||||
choices=site_options,
|
choices=site_options,
|
||||||
help='the site to index (default: %(default)s)')
|
help='the site to index (default: %(default)s)')
|
||||||
|
|||||||
Reference in New Issue
Block a user