mirror of
https://github.com/Jackett/Jackett.git
synced 2025-09-17 17:34:09 +02:00
bitsearch: new row selector
This commit is contained in:
@@ -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"]
|
||||||
|
Reference in New Issue
Block a user