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:
parent
71345b2658
commit
f933020357
1 changed files with 1 additions and 1 deletions
2
leech.py
2
leech.py
|
|
@ -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)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue