diff --git a/definitions/v7/eztv.yml b/definitions/v7/eztv.yml index 03d8494fa..ae891ce87 100644 --- a/definitions/v7/eztv.yml +++ b/definitions/v7/eztv.yml @@ -62,12 +62,13 @@ search: keywordsfilters: - name: re_replace args: ["S[0-9]{2}([^E]|$)", ""] # remove season tag without episode (search doesn't support it) + # fixes for site search issues - Prowlarr #1094 - name: replace - args: ["-", ""] # Same deal with hyphens. They're using them as spaces, but don't handle them properly. Also seems to work just stripping them out. Prowlarr #1094 + args: ["-", ""] - name: replace - args: [" ", "-"] # Spaces should be encoded to "-" Prowlarr #1094 + args: [" ", "-"] - name: replace - args: ["&", ""] # Ampersands throw it off. eztv fails with this too, so unclear. Simplest solution is to just strip it out. Prowlarr #1094 + args: ["&", ""] # TODO: uncomment after fixing Headers['Cookie'] + Cookies # headers: diff --git a/definitions/v9/eztv.yml b/definitions/v9/eztv.yml index 0e7eb489a..21e7578f1 100644 --- a/definitions/v9/eztv.yml +++ b/definitions/v9/eztv.yml @@ -62,12 +62,13 @@ search: keywordsfilters: - name: re_replace args: ["S[0-9]{2}([^E]|$)", ""] # remove season tag without episode (search doesn't support it) + # fixes for site search issues - Prowlarr #1094 - name: replace - args: ["-", ""] # Same deal with hyphens. They're using them as spaces, but don't handle them properly. Also seems to work just stripping them out. Prowlarr #1094 + args: ["-", ""] - name: replace - args: [" ", "-"] # Spaces should be encoded to "-" Prowlarr #1094 + args: [" ", "-"] - name: replace - args: ["&", ""] # Ampersands throw it off. eztv fails with this too, so unclear. Simplest solution is to just strip it out. Prowlarr #1094 + args: ["&", ""] # TODO: uncomment after fixing Headers['Cookie'] + Cookies # headers: