Allows to parse and download all the images that are in a post (logbook, community)
git clone https://github.com/gravityperson/parser-drive2ru-images-downloader.git
cd parser-drive2ru-images-downloader
make
(string) "-post-url" an url of a post on drive2 platform
(string) (info) (debug, info, error, fatal) "-log-level" a log level for the application (string) (dist) "-dist" a destination folder of the images
cd ./bin/unix
./downloader
The following snippet allows to download all the images from the page
into dist
folder
./downloader -post-url https://www.drive2.ru/c/600355065194100870/
After the run completes you can see images within "dist" folder