mirror of
https://github.com/kemayo/leech
synced 2026-04-16 17:40:57 +02:00
Fully cancel if the story extraction fails
This commit is contained in:
parent
ffb8e54e91
commit
91d2c4fd4b
1 changed files with 1 additions and 0 deletions
1
leech.py
1
leech.py
|
|
@ -115,6 +115,7 @@ def open_story(site, url, session, login, options):
|
|||
return
|
||||
if not story:
|
||||
logger.error("Couldn't extract story")
|
||||
return
|
||||
return story
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue