mirror of
https://github.com/Jackett/Jackett.git
synced 2025-09-17 17:34:09 +02:00
EZTV: improve title parsing
This commit is contained in:
@@ -27,6 +27,13 @@
|
|||||||
text: 1
|
text: 1
|
||||||
title:
|
title:
|
||||||
selector: td:nth-child(2) a
|
selector: td:nth-child(2) a
|
||||||
|
attribute: title
|
||||||
|
filters:
|
||||||
|
- name: replace
|
||||||
|
args: ["[eztv]", ""]
|
||||||
|
- name: re_replace
|
||||||
|
args: ["\\(.*\\)$", ""]
|
||||||
|
- name: trim
|
||||||
details:
|
details:
|
||||||
selector: td:nth-child(2) a
|
selector: td:nth-child(2) a
|
||||||
attribute: href
|
attribute: href
|
||||||
|
Reference in New Issue
Block a user