Skip to content

Commit

Permalink
racingforme: fix occasional invalid size
Browse files Browse the repository at this point in the history
  • Loading branch information
garfield69 committed Jun 29, 2020
1 parent b8bc66e commit e74e611
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/Jackett.Common/Definitions/racingforme.yml
Original file line number Diff line number Diff line change
Expand Up @@ -222,6 +222,9 @@ search:
filters:
- name: regexp
args: "(.+?) in"
# fix double points error
- name: re_replace
args: ["(\\d+)\\.(\\d{3})(\\.\\d{2})", "$1$2$3"]
files:
selector: span.torrentData span.torrentFiles
filters:
Expand Down

0 comments on commit e74e611

Please sign in to comment.