Download all images from gallery on zonerama.com even when author forbids download.
- Requires node.js and yarn to be installed.
- Download it using git
git clone [email protected]:jbazant/zonerama-downloader.git
. - Run
yarn install
(ornpm isntall
if you prefer) from inside the project directory.
- Run
yarn start
from inside the project directory. - Enter gallery url when prompted (e.g.
https://www.zonerama.com/username/Album/123456
orhttps://www.zonerama.com/username/Album/123456?secret=ABC123
for private galeries). - Enter the password when prompted (if needed).
OR
- Run
yarn start https://www.zonerama.com/username/Album/123456 your_pass
.
See yarn start --help
for more options.