From 655259c1468fc0a4cd2ff6b169a041ce81c84821 Mon Sep 17 00:00:00 2001 From: KevinMidboe Date: Sat, 18 Nov 2017 23:34:29 +0100 Subject: [PATCH] Changed default site to piratebay and added a description on how to change it in our readme. --- torrentSearch/search.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/torrentSearch/search.py b/torrentSearch/search.py index 2562301..6c249c5 100755 --- a/torrentSearch/search.py +++ b/torrentSearch/search.py @@ -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)')