Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
401d02e0ca |
@@ -1,6 +1,6 @@
|
|||||||
[project]
|
[project]
|
||||||
name = "epub2go"
|
name = "epub2go"
|
||||||
version = "2.2"
|
version = "2.2.1"
|
||||||
description = "EPUB converter using wget, pandoc and python glue"
|
description = "EPUB converter using wget, pandoc and python glue"
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
requires-python = ">=3.12"
|
requires-python = ">=3.12"
|
||||||
|
|||||||
@@ -46,7 +46,7 @@ class GBConvert():
|
|||||||
cleanpages: bool = True,
|
cleanpages: bool = True,
|
||||||
):
|
):
|
||||||
tocpage = os.path.dirname(url) # ToC website url
|
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)
|
logger.debug('Downloading to %s, expecting files in in %s', self.dir_download, dir_output)
|
||||||
author = author
|
author = author
|
||||||
title = title
|
title = title
|
||||||
|
|||||||
Reference in New Issue
Block a user