From b6911f63a277007523e0dc265a339a80be80946e Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Sun, 8 Nov 2020 21:55:12 -0800 Subject: move fuzzy URL match method to misc --- python/sandcrawler/html_metadata.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'python/sandcrawler/html_metadata.py') diff --git a/python/sandcrawler/html_metadata.py b/python/sandcrawler/html_metadata.py index 15f44f4..a52d339 100644 --- a/python/sandcrawler/html_metadata.py +++ b/python/sandcrawler/html_metadata.py @@ -9,6 +9,8 @@ from selectolax.parser import HTMLParser import pydantic import braveblock +from sandcrawler.misc import url_fuzzy_equal + # this is a map of metadata keys to CSS selectors # sources for this list include: -- cgit v1.2.3