feature: Initial functional build

This commit is contained in:
Keith Solomon
2026-01-03 12:23:47 -06:00
parent cef53f2f2d
commit 046f08d559
10 changed files with 4672 additions and 2 deletions

View File

@@ -1,3 +1,14 @@
# Open Directory Downloader
# OD-DL
A simple GUI for downloading from open web directories.
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.