Skip to content

Commit

Permalink
abnormal: lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ilike2burnthing committed Jul 19, 2022
1 parent f6b45bd commit bab1046
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Jackett.Common/Definitions/abnormal.yml
Original file line number Diff line number Diff line change
Expand Up @@ -148,9 +148,9 @@ search:
selector: td:nth-child(6)
filters:
- name: re_replace
args: [ ",", "." ]
args: ",", "."]
- name: replace
args: [ "o", "B" ]
args: ["o", "B"]
seeders:
selector: td:nth-child(7)
leechers:
Expand Down

0 comments on commit bab1046

Please sign in to comment.