mirror of
https://github.com/simon987/od-database.git
synced 2025-12-14 23:29:04 +00:00
Started working on post-crawl callbacks and basic auth for crawl servers
This commit is contained in:
@@ -36,7 +36,7 @@ class HttpDirectory(RemoteDirectory):
|
||||
|
||||
def __init__(self, url):
|
||||
super().__init__(url)
|
||||
self.parser = etree.HTMLParser(collect_ids=False)
|
||||
self.parser = etree.HTMLParser(collect_ids=False, encoding="utf-8")
|
||||
|
||||
def list_dir(self, path) -> list:
|
||||
results = []
|
||||
|
||||
Reference in New Issue
Block a user