Skip to content

TheAndrey/reposilite-downloader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Reposilite downloader

This tool helps download the entire repositories of Reposilite manager.

Reposilite repository manager uses a modern reactive frontend, so the traditional method of searching file URLs using wget does not work. This tool uses the Reposilite API to retrieve all file URLs.

Usage

  1. Clone or download ZIP of this repository.
  2. Install NPM dependencies: npm install.
  3. Run using command: npm start -- https://repository-url.tld urls.txt (all found URLs will we written to urls.txt file).
  4. Pass URL list to wget: wget --recursive --no-verbose -i urls.txt

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published