✨feature: Initial functional build
This commit is contained in:
15
README.md
15
README.md
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user