weverse - images

requirements

method

  1. install gallery-dl and add it your PATH
  2. identify the appropriate gallery-dl config location for your operating system
  3. create a directory named modules in the config location and save weverse.py to it
  4. create a file named config.json in the config location and add the following text to it
  5. {
        "extractor": {
            "module-sources": ["$MODULE_PATH", null],
    	"weverse": {
    	    "cookies": ["$BROWSER"],
    	    "filename": "{id}.{extension}"
    	}
        }
    } 
  6. replace $MODULE_PATH with the path you saved weverse.py to and $BROWSER with the name of your browser.
  7. copy the url of the page with the images you wish to download and use it in the following command:
  8. gallery-dl <url>