You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, the only image being downloaded is Cover-Image. Allow rule to specify images to be downloaded.
Images will be downloaded in ./data/novels/{NovelGUID}/images folder
Add new parameter in ChapterScript return object.
{
"title": "", // title of chapter"content": "", // content"nextURL": """images": [
{
"name": "{unique name here}",
"url": "{url of the image to download}",
},
],
}
content will have html containing images, whose src value will be relative.
will be in the format ./data/novels/{NovelGUID}/images/{name}
NovelGUID must be supplied to the ChapterScript.
The text was updated successfully, but these errors were encountered:
Currently, the only image being downloaded is
Cover-Image
. Allow rule to specify images to be downloaded.Images will be downloaded in
./data/novels/{NovelGUID}/images
folderAdd new parameter in
ChapterScript
return object.content
will have html containing images, whosesrc
value will be relative../data/novels/{NovelGUID}/images/{name}
NovelGUID
must be supplied to theChapterScript
.The text was updated successfully, but these errors were encountered: