ArchiveDL is an ai generated express webapp written in typescript that acts as a web ui for gallery-dl (minus the configuration and powerful filenaming capabilities.)
- Ensure you have nodejs installed alongside having zip and gallery-dl installed.
- Clone this repo.
- Run
npm install
to install dependencies. - Run
npm run build
to compile the project. - Run
npm start
to run the server.
The webui will be available at localhost:8080
Pretty simple, just paste links into the text area and hit download, it will start downloading in the background. (currently no indicator on how long until it's done)
mov and m4v from bunkr links don't donwload using gallery-dl, at least while testing gallery-dl on my system.
If they work on yours just add the extensions in the regex line:
const regex = /https:\/\/cdn\d+\.bunkr\.ru\/\S+\.(jpg|jpeg|png|gif|mp4)/g;
There currently is no dockerfile or image.