torrentproject2: fix malformed size. resolves #7806 (#7815)

This commit is contained in:
Diego Heras 2020-03-22 22:52:08 +01:00 committed by GitHub
parent a97dbedc99
commit b9e7bb5261
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 1 deletions

View File

@ -33,7 +33,6 @@
"Applications": PC
"Images": Other
"Other": Other
modes:
search: [q]
@ -94,6 +93,9 @@
selector: div > span:nth-child(4)
size:
selector: div > span:nth-child(5)
filters:
- name: re_replace # 1.014.2 MB => 1014.2 MB
args: ["\\.([0-9]{3})", "$1"]
seeders:
selector: div > span:nth-child(2)
filters: