diff --git a/docs/Downloaders/NZBGet/scripts/Clean/Clean.py b/docs/Downloaders/NZBGet/scripts/Clean/Clean.py index 21232e59f..1dd09e827 100644 --- a/docs/Downloaders/NZBGet/scripts/Clean/Clean.py +++ b/docs/Downloaders/NZBGet/scripts/Clean/Clean.py @@ -48,7 +48,7 @@ fwp = re.sub('(?i)-Rakuv\.nzb$', '.nzb', fwp) fwp = re.sub('(?i)-Scrambled\.nzb$', '.nzb', fwp) fwp = re.sub('(?i)-WhiteRev\.nzb$', '.nzb', fwp) fwp = re.sub('(?i)-xpost\.nzb$', '.nzb', fwp) -fwp = re.sub('(?i)\[eztv\]\.nzb$', '.nzb', fwp) +fwp = re.sub('(?i)\[eztv( re)?\]\.nzb$', '.nzb', fwp) fwp = re.sub('(?i)\[TGx\]\.nzb$', '.nzb', fwp) fwp = re.sub('(?i)\[TGx\]-xpost\.nzb$', '.nzb', fwp) fwp = re.sub('(?i)\[ettv\]\.nzb$', '.nzb', fwp) diff --git a/docs/Downloaders/SABnzbd/scripts/Clean/Clean.py b/docs/Downloaders/SABnzbd/scripts/Clean/Clean.py index 060161642..07fe6831d 100644 --- a/docs/Downloaders/SABnzbd/scripts/Clean/Clean.py +++ b/docs/Downloaders/SABnzbd/scripts/Clean/Clean.py @@ -52,7 +52,7 @@ fwp = re.sub('(?i)-WhiteRev$', '', fwp) fwp = re.sub('(?i)-WRTEAM$', '', fwp) fwp = re.sub('(?i)-CAPTCHA$', '', fwp) fwp = re.sub('(?i)-Z0iDS3N$', '', fwp) -fwp = re.sub('(?i)\[eztv\]$', '', fwp) +fwp = re.sub('(?i)\[eztv( re)?\]$', '', fwp) fwp = re.sub('(?i)\[TGx\]$', '', fwp) fwp = re.sub('(?i)\[ettv\]$', '', fwp) fwp = re.sub('(?i)\[TGx\]-xpost$', '', fwp) diff --git a/docs/Sonarr/Sonarr-Release-Profile-RegEx.md b/docs/Sonarr/Sonarr-Release-Profile-RegEx.md index 6cfcfe32f..125a2e54c 100644 --- a/docs/Sonarr/Sonarr-Release-Profile-RegEx.md +++ b/docs/Sonarr/Sonarr-Release-Profile-RegEx.md @@ -422,7 +422,7 @@ Add this to your `Preferred (3)` with a score of [1500] Add this to your `Preferred (3)` with a score of [-10000] ```bash -/(\[rartv\]|\[rarbg\]|\[eztv\]|\[TGx\])/i +/(\[rartv\]|\[rarbg\]|\[eztv( re)?\]|\[TGx\])/i ``` #### Optional - Dislike Obfuscated diff --git a/docs/json/radarr/cf/french-lq.json b/docs/json/radarr/cf/french-lq.json index e8a34df37..1d06d535d 100644 --- a/docs/json/radarr/cf/french-lq.json +++ b/docs/json/radarr/cf/french-lq.json @@ -28,7 +28,7 @@ "negate": false, "required": false, "fields": { - "value": "\\b((Cpasbien|CPB)|ANONA|AT|bigZT|Boheme|BOL|CINeHD|Cortex91|DOLL4R|Dread[ .-]?Team|Dropse|EZTV|FGT|Firetown|FUN|HDMIDIMADRIDI|JetAnime|L-?O-?L|NewZT|NG|RARBG|STVFRV|SubZero|T9|Time2Watch|TIREXO|Torrent9|WebAnime|YIFY|YTS|ZONE|ZT)\\b" + "value": "\\b((Cpasbien|CPB)|ANONA|AT|bigZT|Boheme|BOL|CINeHD|Cortex91|DOLL4R|Dread[ .-]?Team|Dropse|EZTV( re)?|FGT|Firetown|FUN|HDMIDIMADRIDI|JetAnime|L-?O-?L|NewZT|NG|RARBG|STVFRV|SubZero|T9|Time2Watch|TIREXO|Torrent9|WebAnime|YIFY|YTS|ZONE|ZT)\\b" } }, { diff --git a/docs/json/radarr/cf/retags.json b/docs/json/radarr/cf/retags.json index 0d703af16..396d4bc10 100644 --- a/docs/json/radarr/cf/retags.json +++ b/docs/json/radarr/cf/retags.json @@ -28,7 +28,7 @@ "negate": false, "required": false, "fields": { - "value": "\\[eztv\\]" + "value": "\\[eztv( re)?\\]" } }, { diff --git a/docs/json/sonarr/cf/french-lq.json b/docs/json/sonarr/cf/french-lq.json index 3c34fc43a..407a993bf 100644 --- a/docs/json/sonarr/cf/french-lq.json +++ b/docs/json/sonarr/cf/french-lq.json @@ -28,7 +28,7 @@ "negate": false, "required": false, "fields": { - "value": "\\b((Cpasbien|CPB)|ANONA|AT|bigZT|Boheme|BOL|CINeHD|Cortex91|DOLL4R|Dread[ .-]?Team|Dropse|EZTV|FGT|Firetown|FUN|HDMIDIMADRIDI|JetAnime|L-?O-?L|NewZT|NG|RARBG|STVFRV|SubZero|T9|Time2Watch|TIREXO|Torrent9|WebAnime|YIFY|YTS|ZONE|ZT)\\b" + "value": "\\b((Cpasbien|CPB)|ANONA|AT|bigZT|Boheme|BOL|CINeHD|Cortex91|DOLL4R|Dread[ .-]?Team|Dropse|EZTV( re)?|FGT|Firetown|FUN|HDMIDIMADRIDI|JetAnime|L-?O-?L|NewZT|NG|RARBG|STVFRV|SubZero|T9|Time2Watch|TIREXO|Torrent9|WebAnime|YIFY|YTS|ZONE|ZT)\\b" } }, { diff --git a/docs/json/sonarr/cf/retags.json b/docs/json/sonarr/cf/retags.json index a82a6ff4e..0851301bb 100644 --- a/docs/json/sonarr/cf/retags.json +++ b/docs/json/sonarr/cf/retags.json @@ -28,7 +28,7 @@ "negate": false, "required": false, "fields": { - "value": "\\[eztv\\]" + "value": "\\[eztv( re)?\\]" } }, { diff --git a/docs/json/sonarr/rp/optionals.json b/docs/json/sonarr/rp/optionals.json index b0f640b8c..b3f2bc54f 100644 --- a/docs/json/sonarr/rp/optionals.json +++ b/docs/json/sonarr/rp/optionals.json @@ -53,7 +53,7 @@ "terms": [{ "name": "Dislike retags: rartv, rarbg, eztv, TGx", "trash_id": "6f2aefa61342a63387f2a90489e90790", - "term": "/(\\[rartv\\]|\\[rarbg\\]|\\[eztv\\]|\\[TGx\\])/i" + "term": "/(\\[rartv\\]|\\[rarbg\\]|\\[eztv( re)?\\]|\\[TGx\\])/i" }, { "name": "Dislike retagged groups", "trash_id": "19cd5ecc0a24bf493a75e80a51974cdd",