mirror of
https://github.com/Jackett/Jackett
synced 2025-01-01 12:46:23 +00:00
vizuk: cosmetic change (#6846)
This commit is contained in:
parent
603001a75c
commit
eb36aca641
1 changed files with 1 additions and 12 deletions
|
@ -173,7 +173,7 @@
|
|||
- name: dateparse
|
||||
args: "02-01-2006 15:04"
|
||||
date:
|
||||
selector: td.torrent_name:contains("Subido"):contains(" a "), .torrentOwner:contains("Subido"):contains(" a ")
|
||||
selector: td.torrent_name:contains("Subido"):not(:contains("-")), .torrentOwner:contains("Subido"):not(:contains("-"))
|
||||
optional: true
|
||||
filters:
|
||||
- name: regexp
|
||||
|
@ -201,17 +201,6 @@
|
|||
- name: replace
|
||||
args: ["Domingo a", "Sunday"]
|
||||
- name: fuzzytime
|
||||
date:
|
||||
selector: td.torrent_name:contains("Subido"):contains("Hoy"), .torrentOwner:contains("Subido"):contains("Hoy")
|
||||
optional: true
|
||||
filters:
|
||||
- name: regexp
|
||||
args: "(?<=Subido )(.*)(?= por)"
|
||||
- name: replace
|
||||
args: [": ", ":"]
|
||||
- name: replace
|
||||
args: ["Hoy en", "Today"]
|
||||
- name: fuzzytime
|
||||
date:
|
||||
selector: td.torrent_name:contains("Uploaded"):contains("-"), .torrentOwner:contains("Uploaded"):contains("-")
|
||||
optional: true
|
||||
|
|
Loading…
Reference in a new issue