mirror of
https://github.com/Jackett/Jackett
synced 2025-01-02 21:26:08 +00:00
yfftorrent: fix TEST for #2051
This commit is contained in:
parent
a319838029
commit
bc4d69ffd8
1 changed files with 3 additions and 3 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue