Renamed pirate_search to torrent_search

This commit is contained in:
2017-11-01 16:09:06 +01:00
parent 736fefbcad
commit c1c1ca3ad4
10 changed files with 44 additions and 6 deletions

View File

@@ -0,0 +1,13 @@
def build_api_url():
base_url = app.config['JACKET_HOST']
base_port = app.config['JACKET_PORT']
def call_jackett_api():
base_url = app.config['JACKET_HOST']
base_port = app.config['JACKET_PORT']
base_p
def handle_request_by_args(query, mode=None):
apikey = api: