An open API service indexing awesome lists of open source software.

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

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.