diff --git a/python_ml/list_fetcher/parsers.py b/python_ml/list_fetcher/parsers.py index 714c8fb..66a03c3 100644 --- a/python_ml/list_fetcher/parsers.py +++ b/python_ml/list_fetcher/parsers.py @@ -263,6 +263,7 @@ PARSERS: Dict[str, type[ListParser]] = { 'talos': TalosParser, 'aws': AWSParser, 'gcp': GCPParser, + 'google': GCPParser, 'cloudflare': CloudflareParser, 'iana': IANAParser, 'ntp': NTPPoolParser,