Skip to content

Commit

Permalink
MoviesDVDR: Improve titles for *arr suite. Change category (#9708)
Browse files Browse the repository at this point in the history
  • Loading branch information
danimart1991 committed Oct 1, 2020
1 parent 5ee83fe commit e16bb32
Showing 1 changed file with 61 additions and 2 deletions.
63 changes: 61 additions & 2 deletions src/Jackett.Common/Definitions/moviesdvdr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ legacylinks:

caps:
categories:
Movies: Movies
1: Movies/DVD

modes:
search: [q]
Expand All @@ -37,9 +37,68 @@ search:

fields:
category:
text: Movies
text: 1
title:
selector: div.titulo
filters:
- name: append
args: " "
title|append:
optional: true
selector: img.flageitor:nth-child(2)
filters:
- name: re_replace
args: [".*", "MULTi "]
title|append:
optional: true
selector: img.flageitor[src^="/wp-content/themes/moviesdvdr/images/english.png"]
filters:
- name: re_replace
args: [".*", "English "]
title|append:
optional: true
selector: img.flageitor[src^="/wp-content/themes/moviesdvdr/images/espanol.png"]
filters:
- name: re_replace
args: [".*", "SPANiSH "]
title|append:
optional: true
selector: img.flageitor[src^="/wp-content/themes/moviesdvdr/images/italian.png"]
filters:
- name: re_replace
args: [".*", "iTALiAN "]
title|append:
optional: true
selector: img.flageitor[src^="/wp-content/themes/moviesdvdr/images/german.png"]
filters:
- name: re_replace
args: [".*", "German "]
title|append:
optional: true
selector: img.flageitor[src^="/wp-content/themes/moviesdvdr/images/french.png"]
filters:
- name: re_replace
args: [".*", "FRENCH "]
title|append:
optional: true
selector: img.flageitor[src^="/wp-content/themes/moviesdvdr/images/other.png"]
filters:
- name: re_replace
args: [".*", "oTHer "]
title|append:
optional: true
selector: div.imagem span:contains("Documental")
filters:
- name: re_replace
args: ["Documental", "DOC "]
title|append:
optional: true
selector: div.imagem span:contains("Adulto")
filters:
- name: replace
args: ["Adulto", "XXX "]
title|append:
text: "DVDRiP XViD"
details:
selector: a
attribute: href
Expand Down

0 comments on commit e16bb32

Please sign in to comment.