generated from Hazel/python-project
unfortunately implemented delete author quotes
This commit is contained in:
parent
165c03ca07
commit
bef2c214bc
@ -19,7 +19,7 @@ def cli():
|
|||||||
print(f"Running scribble_to_epub for URL: {args.url}")
|
print(f"Running scribble_to_epub for URL: {args.url}")
|
||||||
|
|
||||||
scribble_book = ScribbleBook(args.url, disable_author_quotes=True)
|
scribble_book = ScribbleBook(args.url, disable_author_quotes=True)
|
||||||
scribble_book.load(limit_chapters=1)
|
scribble_book.load()
|
||||||
scribble_book.build()
|
scribble_book.build()
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user