From 871466ce37489f4d154b94071245c7dbf98c4ebb Mon Sep 17 00:00:00 2001 From: dgtlmoon Date: Thu, 9 Oct 2025 10:48:48 +0200 Subject: [PATCH] remove unused types --- changedetectionio/processors/magic.py | 21 --------------------- 1 file changed, 21 deletions(-) diff --git a/changedetectionio/processors/magic.py b/changedetectionio/processors/magic.py index 79902384b..7768ce084 100644 --- a/changedetectionio/processors/magic.py +++ b/changedetectionio/processors/magic.py @@ -35,11 +35,6 @@ JSON_CONTENT_TYPES = [ "application/vnd.api+json", ] -# CSV Content-types -CSV_CONTENT_TYPES = [ - "text/csv", - "application/csv", -] # Generic XML Content-types (non-RSS/Atom) XML_CONTENT_TYPES = [ @@ -47,14 +42,6 @@ XML_CONTENT_TYPES = [ "application/xml", ] -# YAML Content-types -YAML_CONTENT_TYPES = [ - "text/yaml", - "text/x-yaml", - "application/yaml", - "application/x-yaml", -] - HTML_PATTERNS = ['