Skip to content

Commit

Permalink
spiritofrevolution: 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 e74e611 commit 199521f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/Jackett.Common/Definitions/spiritofrevolution.yml
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,9 @@ search:
filters:
- name: replace
args: [",", "."]
# fix double points error
- name: re_replace
args: ["(\\d+)\\.(\\d{3})(\\.\\d{2})", "$1$2$3"]
grabs:
selector: div.selection_unter_ae
filters:
Expand Down

0 comments on commit 199521f

Please sign in to comment.