mirror of
https://github.com/Jackett/Jackett.git
synced 2025-09-17 17:34:09 +02:00
Majomparádé: fix definition
This commit is contained in:
@@ -96,11 +96,13 @@
|
|||||||
title:
|
title:
|
||||||
selector: a[href^="details.php?id="] > b
|
selector: a[href^="details.php?id="] > b
|
||||||
attribute: title
|
attribute: title
|
||||||
|
title:
|
||||||
|
selector: a[href^="details.php?id="] > b[title*="Torrent neve:"]
|
||||||
|
optional: true
|
||||||
|
attribute: title
|
||||||
filters:
|
filters:
|
||||||
- name: re_replace
|
- name: regexp
|
||||||
args: ["^Torrent neve: ", ""]
|
args: "Torrent neve: (.*?)<"
|
||||||
- name: re_replace
|
|
||||||
args: ["<br />.*", ""]
|
|
||||||
description:
|
description:
|
||||||
selector: a[href^="details.php?id="] > b
|
selector: a[href^="details.php?id="] > b
|
||||||
attribute: title
|
attribute: title
|
||||||
@@ -122,7 +124,7 @@
|
|||||||
attribute: href
|
attribute: href
|
||||||
banner:
|
banner:
|
||||||
optional: true
|
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
|
attribute: title
|
||||||
filters:
|
filters:
|
||||||
- name: regexp
|
- name: regexp
|
||||||
|
Reference in New Issue
Block a user