diff --git a/changedetectionio/content_fetcher.py b/changedetectionio/content_fetcher.py index 10e7ee1b..02de7589 100644 --- a/changedetectionio/content_fetcher.py +++ b/changedetectionio/content_fetcher.py @@ -1,6 +1,7 @@ -import hashlib from abc import abstractmethod +from urllib.parse import urlparse import chardet +import hashlib import json import logging import os