fix: parameter getdir

This commit is contained in:
eneller
2025-04-02 11:24:35 +02:00
parent 660af7fab0
commit 401d02e0ca
2 changed files with 2 additions and 2 deletions

View File

@@ -46,7 +46,7 @@ class GBConvert():
cleanpages: bool = True,
):
tocpage = os.path.dirname(url) # ToC website url
dir_output = self.getDir()
dir_output = self.getDir(url)
logger.debug('Downloading to %s, expecting files in in %s', self.dir_download, dir_output)
author = author
title = title