World Conquest Chronicles

World Conquest Chronicles

White Loader, v1.0

Utility for a bulk downloading of images from social media.

Major release.

Features

  • social media:
  • bookmarklet:
    • collect images URLs from galleries;
    • switch images by clicking on "Next" button in galleries:
      • random delay between clicks for a simulation of an user behavior;
    • request from user a maximal number of images by the prompt dialog:
      • detect a default maximal number of images by a gallery info;
    • return a result in the prompt dialog for an ease copying of it;
  • console script:
    • download images by collected URLs;
    • read collected URLs from:
      • command line argument;
      • file.

Images URLs

Images URLs format in the JSON Schema format:

{ "type": "array", "items": { "type": "string" } }

Example:

[
  "https://pp.userapi.com/c846019/v846019476/d9ecc/DimE8aVBc7Y.jpg",
  "https://pp.userapi.com/c850324/v850324661/1b93b/K8-H4ueRWI0.jpg"
]

Screenshots

Prompt dialog with collected images URLs

Browser console with the bookmarklet log

Help message of the console script

Downloading of images via the console script