vizuk: cosmetic change (#6846)

This commit is contained in:
Diego Heras 2020-01-06 18:38:33 +01:00 committed by garfield69
parent 603001a75c
commit eb36aca641
1 changed files with 1 additions and 12 deletions

View File

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