Skip to content

Feature to download in-chapter images #9

Description

@gmastergreatee

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions