Skip to content

Commit

Permalink
hdforever: clean all spaces in title
Browse files Browse the repository at this point in the history
  • Loading branch information
ServarrAdmin committed Dec 13, 2024
1 parent 6af1ca6 commit 5ba49d3
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions definitions/v10/hdforever.yml
Original file line number Diff line number Diff line change
Expand Up @@ -138,11 +138,9 @@ search:
remove: :scope > span.team_name, :scope > span:nth-child(2), div.tags, div.vote_controls, .add_bookmark, img
filters:
- name: replace
args: ["\n", ""]
args: ["\n", " "]
- name: re_replace
args: ["^(.+) (.+)", "$2-$1"]
- name: replace
args: [" ", " "]
args: ["\\s+", " "]
- name: replace
args: ["Blu-Ray Original", "Complete.BluRay"]
- name: replace
Expand Down

0 comments on commit 5ba49d3

Please sign in to comment.