1
0
mirror of https://github.com/vikstrous/pirate-get synced 2025-01-26 12:34:19 +01:00

fixed the search functionality

This commit is contained in:
eyalzek 2015-07-18 14:59:43 +02:00
parent ef8fddea6f
commit c24c32cc83

View File

@ -221,7 +221,7 @@ def remote(args, mirror):
path += str(category)
else:
path = '/search/' + '/'.join(str(i) for i in (
'+'.join(args.search),
'+'.join(args.search[1:]), # the result before the fix was: /search/search+query/0/7/0, now ignoring the search subcommand
page, sort,
category))