1
0
Fork 0
mirror of https://github.com/kemayo/leech synced 2025-12-15 21:05:59 +01:00

refactor(leech.py): minor spelling error fixed

This commit is contained in:
Emmanuel Jemeni 2023-02-22 21:25:15 +01:00 committed by David Lynch
parent 71345b2658
commit f933020357

View file

@ -158,7 +158,7 @@ def flush(verbose):
@click.option('--verbose', '-v', is_flag=True, help="Verbose debugging output")
@site_specific_options # Includes other click.options specific to sites
def download(urls, site_options, cache, verbose, normalize, output_dir, **other_flags):
"""Downloads a story and saves it on disk as a ebpub ebook."""
"""Downloads a story and saves it on disk as an epub ebook."""
configure_logging(verbose)
session = create_session(cache)