diff --git a/src/Jackett.Common/Definitions/yggcookie.yml b/src/Jackett.Common/Definitions/yggcookie.yml index 6b422ea08..f7c7b57b6 100644 --- a/src/Jackett.Common/Definitions/yggcookie.yml +++ b/src/Jackett.Common/Definitions/yggcookie.yml @@ -126,7 +126,7 @@ settings: default: "
  1. From the same place you fetched the cookie,
  2. Find 'user-agent:' in the Request Headers section
  3. Select and Copy the whole user-agent string (everything after 'user-agent: ') and Paste here.
" - name: category type: select - label: Catégorie + label: Category default: all options: all: Tous @@ -220,6 +220,15 @@ search: # END ANIME HACK - name: replace args: ["\"", ""] + # Replace - with space due to internal YGG Issues + - name: replace + args: ["-", " "] + # Replace / with space due to internal YGG Issues + - name: replace + args: ["/", " "] + # Replace ! with nothing for searches due to internal YGG issues reported on Radarr Discord + - name: replace + args: ["!", ""] - name: replace args: [" ", " "] - name: trim diff --git a/src/Jackett.Common/Definitions/yggtorrent.yml b/src/Jackett.Common/Definitions/yggtorrent.yml index 8189aeca5..27b31444c 100644 --- a/src/Jackett.Common/Definitions/yggtorrent.yml +++ b/src/Jackett.Common/Definitions/yggtorrent.yml @@ -118,7 +118,7 @@ settings: label: Password - name: category type: select - label: Catégorie + label: Category default: all options: all: Tous @@ -230,6 +230,15 @@ search: # END ANIME HACK - name: replace args: ["\"", ""] + # Replace - with space due to internal YGG Issues + - name: replace + args: ["-", " "] + # Replace / with space due to internal YGG Issues + - name: replace + args: ["/", " "] + # Replace ! with nothing for searches due to internal YGG issues reported on Radarr Discord + - name: replace + args: ["!", ""] - name: replace args: [" ", " "] - name: trim