torrentproject: search path fix. resolves #11490

credit to @FolkSong for spotting this
This commit is contained in:
ilike2burnthing 2021-04-07 06:34:15 +01:00 committed by GitHub
parent 74e2fe4fbc
commit 40a0f70ead
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -67,8 +67,8 @@ settings:
search:
paths:
- path: "?t={{ .Keywords }}&orderby={{ .Config.sort }}"
- path: "?t={{ .Keywords }}&orderby={{ .Config.sort }}&page=2"
- path: "?t={{ .Keywords }}&orderby={{ .Config.sort }}"
- path: "?t={{ .Keywords }}&orderby={{ .Config.sort }}&page=2"
rows:
selector: "#similarfiles div:has(a[href^=\"/\"]):not(:has(a[class^=\"notpicked\"]))"