Add --skip option

This commit is contained in:
Joscha
2021-07-01 11:01:55 +02:00
parent 75fde870c2
commit 80eeb8fe97
3 changed files with 28 additions and 6 deletions

View File

@ -116,7 +116,7 @@ def main() -> None:
sys.exit()
try:
pferd = Pferd(config, args.crawler)
pferd = Pferd(config, args.crawler, args.skip)
except PferdLoadError as e:
log.unlock()
log.error(str(e))