mirror of
https://github.com/Jackett/Jackett.git
synced 2025-12-30 17:48:17 +01:00
yfftorrent: fix TEST for #2051
This commit is contained in:
@@ -67,9 +67,9 @@
|
||||
selector: "a[href=\"https://yggtorrent.com/user/logout\"]"
|
||||
search:
|
||||
paths:
|
||||
- path: "{{if .Keywords}}/engine/search?q={{ .Keywords}}{{else}}/torrents/2145-filmvideo{{end}}"
|
||||
- path: "{{if .Keywords}}/engine/search?q={{ .Keywords}}&page=15{{else}}/torrents/2145-filmvideo?page=25{{end}}"
|
||||
- path: "{{if .Keywords}}/engine/search?q={{ .Keywords}}&page=30{{else}}/torrents/2145-filmvideo?page=50{{end}}"
|
||||
- path: "{{if .Keywords}}/engine/search?q={{ .Keywords}}{{else}}/torrents/popular{{end}}"
|
||||
- path: "{{if .Keywords}}/engine/search?q={{ .Keywords}}&page=15{{else}}/torrents/popular?page=25{{end}}"
|
||||
- path: "{{if .Keywords}}/engine/search?q={{ .Keywords}}&page=30{{else}}/torrents/popular?page=50{{end}}"
|
||||
rows:
|
||||
selector: "table.table.table-striped > tbody > tr"
|
||||
fields:
|
||||
|
||||
Reference in New Issue
Block a user