https://github.com/lifegpc/eh-downloader
A E-Hentai Downloader
https://github.com/lifegpc/eh-downloader
deno denofresh downloader ehentai ehentai-crawler ehentai-downloader server
Last synced: 6 months ago
JSON representation
A E-Hentai Downloader
- Host: GitHub
- URL: https://github.com/lifegpc/eh-downloader
- Owner: lifegpc
- License: gpl-3.0
- Created: 2023-05-19T03:57:10.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2025-03-08T06:50:06.000Z (over 1 year ago)
- Last Synced: 2025-03-08T07:28:08.259Z (over 1 year ago)
- Topics: deno, denofresh, downloader, ehentai, ehentai-crawler, ehentai-downloader, server
- Language: TypeScript
- Homepage:
- Size: 843 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# EH Downloader
## How to start server
```shell
curl -L "https://github.com/lifegpc/eh-downloader/raw/master/docker-compose.yml" -o docker-compose.yml
docker compose up -d
```
Now dashboard is available at `http://localhost:8000`. API Document is available
at `http://localhost:8000/swagger`
API Document is also available [here](https://ehapi.lifegpc.com/).
## Official Frontend
- [Flutter frontend](https://github.com/lifegpc/eh_downloader_flutter)
## FFI Extensions
All dynamic libraries should place in `./lib` directory.
### Thumbnail
- Required tools: `cmake`, C/C++ compiler.
- Required library: `libavformat`, `libavcodec`, `libavutil`, `libswscale`.
#### Location
- `./lib/thumbnail.dll` on Windows.
- `./lib/libthumbnail.so` on Linux.
- `./lib/libthumbnail.dylib` on macOS.