diff --git a/src/Jackett.Common/Definitions/yggcookie.yml b/src/Jackett.Common/Definitions/yggcookie.yml index 4ea1349f3..0d1658a6b 100644 --- a/src/Jackett.Common/Definitions/yggcookie.yml +++ b/src/Jackett.Common/Definitions/yggcookie.yml @@ -180,7 +180,7 @@ - name: re_replace #Full season S 1-9 args: ["(.*)[sS]([1-9])$", "$1 S0$2"] - name: re_replace #Full season S >= 10 - args: ["(.*)[sS]([1-9][0-9])$", "$1 S0$2"] + args: ["(.*)[sS]([1-9][0-9])$", "$1 S$2"] # END ANIME HACK - name: replace args: ["\"", ""] diff --git a/src/Jackett.Common/Definitions/yggtorrent.yml b/src/Jackett.Common/Definitions/yggtorrent.yml index 86d4ac27c..e86d66a80 100644 --- a/src/Jackett.Common/Definitions/yggtorrent.yml +++ b/src/Jackett.Common/Definitions/yggtorrent.yml @@ -194,7 +194,7 @@ - name: re_replace #Full season S 1-9 args: ["(.*)[sS]([1-9])$", "$1 S0$2"] - name: re_replace #Full season S >= 10 - args: ["(.*)[sS]([1-9][0-9])$", "$1 S0$2"] + args: ["(.*)[sS]([1-9][0-9])$", "$1 S$2"] # END ANIME HACK - name: replace args: ["\"", ""]