mirror of https://github.com/Jackett/Jackett
HDHome: revert to old layout
This commit is contained in:
parent
0fe06c4cd2
commit
2d4d27175b
|
@ -74,6 +74,7 @@
|
||||||
password: "{{ .Config.password }}"
|
password: "{{ .Config.password }}"
|
||||||
error:
|
error:
|
||||||
- selector: td.embedded:has(h2:contains("姿势不正确"))
|
- selector: td.embedded:has(h2:contains("姿势不正确"))
|
||||||
|
- selector: td.embedded:has(h2:contains("失败"))
|
||||||
test:
|
test:
|
||||||
path: /torrents.php
|
path: /torrents.php
|
||||||
|
|
||||||
|
@ -86,11 +87,10 @@
|
||||||
incldead: "1"
|
incldead: "1"
|
||||||
spstate: "0"
|
spstate: "0"
|
||||||
inclbookmarked: "0"
|
inclbookmarked: "0"
|
||||||
search_area: "{{ if .Query.IMDBID }}5{{else}}0{{end}}"
|
search_area: "{{ if .Query.IMDBID }}4{{else}}0{{end}}"
|
||||||
search_mode: "0"
|
search_mode: "0"
|
||||||
rows:
|
rows:
|
||||||
selector: table.torrents > tbody > tr:has(td.rowfollow)
|
selector: table.torrents > tbody > tr:has(table.torrentname)
|
||||||
after: "1"
|
|
||||||
fields:
|
fields:
|
||||||
title:
|
title:
|
||||||
selector: a[title][href^="details.php?id="]
|
selector: a[title][href^="details.php?id="]
|
||||||
|
@ -108,15 +108,15 @@
|
||||||
selector: a[href^="download.php?id="]
|
selector: a[href^="download.php?id="]
|
||||||
attribute: href
|
attribute: href
|
||||||
size:
|
size:
|
||||||
selector: td.rowfollow:nth-child(10)
|
|
||||||
grabs:
|
|
||||||
selector: td.rowfollow:nth-child(5)
|
selector: td.rowfollow:nth-child(5)
|
||||||
|
grabs:
|
||||||
|
selector: td.rowfollow:nth-child(8)
|
||||||
seeders:
|
seeders:
|
||||||
selector: td.rowfollow:nth-child(3)
|
selector: td.rowfollow:nth-child(6)
|
||||||
leechers:
|
leechers:
|
||||||
selector: td.rowfollow:nth-child(4)
|
selector: td.rowfollow:nth-child(7)
|
||||||
date:
|
date:
|
||||||
selector: td.rowfollow:nth-child(9) > span[title]
|
selector: td.rowfollow:nth-child(4) > span[title]
|
||||||
attribute: title
|
attribute: title
|
||||||
filters:
|
filters:
|
||||||
- name: append
|
- name: append
|
||||||
|
|
Loading…
Reference in New Issue