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
|
||||
args: "/categories/(\\d+)"
|
||||
title:
|
||||
selector: a.view-torrent
|
||||
selector: a[href*="/torrents/"]
|
||||
download:
|
||||
selector: a[href*="/download/"]
|
||||
attribute: href
|
||||
details:
|
||||
selector: a.view-torrent
|
||||
selector: a[href*="/torrents/"]
|
||||
attribute: href
|
||||
poster:
|
||||
selector: div.torrent-poster img
|
||||
|
Reference in New Issue
Block a user