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