mirror of https://github.com/Jackett/Jackett
bitsearch: new row selector
This commit is contained in:
parent
e518a51348
commit
c34dd2f1d7
|
@ -73,7 +73,7 @@ search:
|
||||||
order: "{{ .Config.type }}"
|
order: "{{ .Config.type }}"
|
||||||
|
|
||||||
rows:
|
rows:
|
||||||
selector: div.search-result
|
selector: li.search-result
|
||||||
|
|
||||||
fields:
|
fields:
|
||||||
category:
|
category:
|
||||||
|
@ -84,7 +84,7 @@ search:
|
||||||
selector: h5 a
|
selector: h5 a
|
||||||
attribute: href
|
attribute: href
|
||||||
download:
|
download:
|
||||||
selector: a[class="dl-torrent"]
|
selector: a.dl-torrent
|
||||||
attribute: href
|
attribute: href
|
||||||
infohash:
|
infohash:
|
||||||
selector: a[href^="magnet:?xt"]
|
selector: a[href^="magnet:?xt"]
|
||||||
|
|
Loading…
Reference in New Issue