bitsearch: new row selector

This commit is contained in:
Garfield69 2022-02-17 16:10:02 +13:00
parent e518a51348
commit c34dd2f1d7
1 changed files with 2 additions and 2 deletions

View File

@ -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"]