Qiwi.gg Downloader is a utility tool that facilitates downloading all files in a folder, hosted by qiwi.gg
The script will:
- Construct all final download urls of the provided qiwi folder through inspecting the html elements;
- Next, it creates a directory with the provided folder name and concurrently downloads all files
- Finally, it converts all downloaded files from FLAC to MP3 at 320KBPs.
In index.js
, update the global variables parallelDownloads
and downloadBasePath
:
- parallelDownloads: Defines how many links it'll concurrently fetch per batch;
- downloadBasePath: Base file path for the new release directory, where your
links.txt
file will end up at.
Once variables are setup, run:
$ npm start <folder name> <qiwi.gg folder url>
The script concurrently downloads all files and save them to the directory provided.