Skip to content

Commit

Permalink
brasiltracker: title improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
ServarrAdmin committed Oct 14, 2024
1 parent 3b4410a commit 0185941
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion definitions/v10/brasiltracker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -166,9 +166,17 @@ search:
- name: append
args: " {{ .Result.title_details }}"
- name: re_replace
args: ["(?i)\\bFull HD\\b", "1080p"]
args: ["\\bWEB\\b(?![-_. ]?DL)", "WEB-DL"]
- name: re_replace
args: ["(?i)\\b4K\\b", "2160p"]
- name: re_replace
args: ["(?i)\\bFull HD\\b", "1080p"]
- name: re_replace
args: ["(?i)\\b(?<!Full )HD\\b", "720p"]
- name: re_replace
args: ["(?i)\\bLegendado\\b", "Subs"]
- name: re_replace
args: ["(Dual|[Nn]acional|[Dd]ublado)", "Brazilian $1"]
minimumratio:
text: 1.0
minimumseedtime:
Expand Down

0 comments on commit 0185941

Please sign in to comment.