Majomparádé: fix definition

This commit is contained in:
kaso17
2019-01-01 16:54:55 +01:00
parent ea1d86f107
commit c38b668ea2

View File

@@ -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