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:
parent
ef8fddea6f
commit
c24c32cc83
@ -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))
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user