mirror of
https://github.com/Jackett/Jackett.git
synced 2025-09-17 17:34:09 +02:00
sportscult: strip uprightbars from title #5378
This commit is contained in:
@@ -95,6 +95,10 @@
|
|||||||
title:
|
title:
|
||||||
remove: span
|
remove: span
|
||||||
selector: td:nth-child(2)
|
selector: td:nth-child(2)
|
||||||
|
filters:
|
||||||
|
# strip the upright bars in the title
|
||||||
|
- name: re_replace
|
||||||
|
args: ["( \\| )+", " "]
|
||||||
download:
|
download:
|
||||||
# download.php?id=fb27625a0543ed731f7b3505beebf4c8d530f8f9&f=IIHF+2019-05-26+%7C+Gold+Medal+%7C+Canada+vs+Finland+%7C+1080p+EN.torrent
|
# download.php?id=fb27625a0543ed731f7b3505beebf4c8d530f8f9&f=IIHF+2019-05-26+%7C+Gold+Medal+%7C+Canada+vs+Finland+%7C+1080p+EN.torrent
|
||||||
selector: a[href^="download.php?id="]
|
selector: a[href^="download.php?id="]
|
||||||
|
Reference in New Issue
Block a user