15 lines
447 B
Markdown
15 lines
447 B
Markdown
# OD-DL
|
|
|
|
GUI downloader for open directory listings (Apache/Nginx autoindex). No extra software required; uses built-in HTTP and optionally `wget` if available.
|
|
|
|
## Getting started
|
|
|
|
1. Install Node.js (LTS recommended).
|
|
2. Run `npm install`.
|
|
3. Run `npm start`.
|
|
|
|
## Notes
|
|
|
|
- The remote listing parser expects an autoindex HTML page (like Apache "Index of").
|
|
- Folder downloads can use `wget` automatically if detected and the checkbox is enabled.
|