blutopia: changes to title selector. resolves #11196

This commit is contained in:
Garfield69
2021-03-02 08:10:53 +13:00
parent 48ca099837
commit 3f578f9cf1

View File

@@ -103,12 +103,12 @@ search:
- name: regexp - name: regexp
args: "/categories/(\\d+)" args: "/categories/(\\d+)"
title: title:
selector: a.view-torrent selector: a[href*="/torrents/"]
download: download:
selector: a[href*="/download/"] selector: a[href*="/download/"]
attribute: href attribute: href
details: details:
selector: a.view-torrent selector: a[href*="/torrents/"]
attribute: href attribute: href
poster: poster:
selector: div.torrent-poster img selector: div.torrent-poster img