ahmia / ahmia-crawler

Collection of crawlers used by the ahmia search engine
BSD 3-Clause "New" or "Revised" License
155 stars 45 forks source link

port to python3 #7

Closed hysia closed 6 years ago

hysia commented 6 years ago

https://github.com/ahmia/ahmia-crawler/blob/0ec3be0bfe70c3fda6a58c617c43126f9f0d34fd/ahmia/ahmia/spiders/base.py#L128

should be: hash_target = hashlib.sha1(request.url.encode('utf-8')).hexdigest()

chamalis commented 6 years ago

Thank you for noting @hysia

Fixed in tsop18:acfcfe1