Permalink
Showing
with
21 additions
and 3 deletions.
@@ -1,5 +1,5 @@ | ||
from aut.common import WebArchive | ||
from aut.udfs import compute_MD5, extract_domain, remove_http_header, remove_prefix_www | ||
from aut.udfs import compute_MD5, compute_SHA1, extract_domain, remove_html, remove_http_header, remove_prefix_www | ||
|
||
__all__ = ["WebArchive", "compute_MD5", "extract_domain", "remove_prefix_www", | ||
__all__ = ["WebArchive", "compute_MD5", "compute_SHA1", "extract_domain", "remove_html", "remove_prefix_www", | ||
"remove_http_header"] |
I have a version of this with BeautifulSoup on my local branch that I haven't pushed up yet. That might work better, we can tests and see which method works better later. In the interim, I'm close to a packaging solution with dependencies on my branch that I'll hopefully be able to push up soon. Then we can pull in external libraries and make life a whole lot easier😃