mirror of
https://github.com/Jackett/Jackett.git
synced 2025-09-17 17:34:09 +02:00
skytorrentsclone: sort=created for top100
This commit is contained in:
@@ -32,9 +32,9 @@
|
|||||||
|
|
||||||
search:
|
search:
|
||||||
# https://www.skytorrents.lol/?query=mr+mercedes+s02e05&sort=created
|
# https://www.skytorrents.lol/?query=mr+mercedes+s02e05&sort=created
|
||||||
# https://www.skytorrents.lol/top100
|
# https://www.skytorrents.lol/top100?sort=created
|
||||||
paths:
|
paths:
|
||||||
- path: "{{ if .Keywords }}?query={{ .Keywords }}&sort=created{{else}}top100{{end}}"
|
- path: "{{ if .Keywords }}?query={{ .Keywords }}&sort=created{{else}}top100?sort=created{{end}}"
|
||||||
- path: "{{ if .Keywords }}?query={{ .Keywords }}&sort=created&page=2{{else}}{{end}}"
|
- path: "{{ if .Keywords }}?query={{ .Keywords }}&sort=created&page=2{{else}}{{end}}"
|
||||||
- path: "{{ if .Keywords }}?query={{ .Keywords }}&sort=created&page=3{{else}}{{end}}"
|
- path: "{{ if .Keywords }}?query={{ .Keywords }}&sort=created&page=3{{else}}{{end}}"
|
||||||
- path: "{{ if .Keywords }}?query={{ .Keywords }}&sort=created&page=4{{else}}{{end}}"
|
- path: "{{ if .Keywords }}?query={{ .Keywords }}&sort=created&page=4{{else}}{{end}}"
|
||||||
|
Reference in New Issue
Block a user