mirror of
https://github.com/Jackett/Jackett.git
synced 2025-09-17 17:34:09 +02:00
blutopia: changes to title selector. resolves #11196
This commit is contained in:
@@ -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
|
||||||
|
Reference in New Issue
Block a user