Add local file crawler

This commit is contained in:
Joscha
2021-05-06 01:02:40 +02:00
parent 273d56c39a
commit 60cd9873bc
7 changed files with 104 additions and 13 deletions

View File

@ -26,7 +26,7 @@ class Pferd:
if crawler_constructor is None:
abort = True
t = escape(repr(crawler_type))
print(f"[red]Error: Unknown type {t}")
print(f"[red]Error: Unknown crawler type {t}")
continue
crawler = crawler_constructor(name, self._config, section)