klujanrosas / VKLoader

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

VKLoader

This is a project I made in a couple of hours, since I found a Wallpaper Collection hosted at VK, and saw no Download button anywhere.

The code is sluggish, and you'll find I've made horrible use of if-else statements. It's got a bit of OOP and I should probably refactor everything so it is more clean.

It currently downloads everything to the location wich the executable is located in. Say C:/Pictures/VKLoader.exe then all pictures will be downloaded there.

Instructions

  1. Pass in a valid VK Album url
  2. It will start looking how much images are in the album and retrieve it's information. ..* alt text
  3. It will start processing each image, getting available resolutions. By default it downloads the image in the highest found resolution.
  4. Download progress will be shown in a progress bar, just wait for it to finish.
  5. Profit!

About

License:MIT License


Languages

Language:C# 100.0%