mirror of
https://github.com/Jackett/Jackett
synced 2025-02-23 14:51:01 +00:00
Majomparádé: fix definition
This commit is contained in:
parent
ea1d86f107
commit
c38b668ea2
1 changed files with 7 additions and 5 deletions
|
@ -96,11 +96,13 @@
|
|||
title:
|
||||
selector: a[href^="details.php?id="] > b
|
||||
attribute: title
|
||||
title:
|
||||
selector: a[href^="details.php?id="] > b[title*="Torrent neve:"]
|
||||
optional: true
|
||||
attribute: title
|
||||
filters:
|
||||
- name: re_replace
|
||||
args: ["^Torrent neve: ", ""]
|
||||
- name: re_replace
|
||||
args: ["<br />.*", ""]
|
||||
- name: regexp
|
||||
args: "Torrent neve: (.*?)<"
|
||||
description:
|
||||
selector: a[href^="details.php?id="] > b
|
||||
attribute: title
|
||||
|
@ -122,7 +124,7 @@
|
|||
attribute: href
|
||||
banner:
|
||||
optional: true
|
||||
selector: img[src="pic/borito.png"]
|
||||
selector: img[src="pic/borito.png"], a[href^="details.php?id="] > b[title*="Torrent neve:"]
|
||||
attribute: title
|
||||
filters:
|
||||
- name: regexp
|
||||
|
|
Loading…
Reference in a new issue