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:
|
||||
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
|
||||
|
Reference in New Issue
Block a user