unfortunately implemented delete author quotes

This commit is contained in:
Hazel Noack 2025-06-10 15:28:56 +02:00
parent 165c03ca07
commit bef2c214bc

View File

@ -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()