fix(api): Import fetch_image() from correct file
This commit is contained in:
@@ -4,10 +4,10 @@ from .create_book import (
|
|||||||
fetch_story,
|
fetch_story,
|
||||||
fetch_story_from_partId,
|
fetch_story_from_partId,
|
||||||
fetch_story_content_zip,
|
fetch_story_content_zip,
|
||||||
fetch_image,
|
|
||||||
fetch_cookies,
|
fetch_cookies,
|
||||||
)
|
)
|
||||||
from .generators import PDFGenerator, EPUBGenerator
|
from .generators import PDFGenerator, EPUBGenerator
|
||||||
from .exceptions import WattpadError, StoryNotFoundError, PartNotFoundError
|
from .exceptions import WattpadError, StoryNotFoundError, PartNotFoundError
|
||||||
from .utils import generate_clean_part_html, slugify
|
from .utils import generate_clean_part_html, slugify
|
||||||
from .logs import logger
|
from .logs import logger
|
||||||
|
from .parser import fetch_image
|
||||||
|
|||||||
Reference in New Issue
Block a user