Skip to content

Latest commit

 

History

History
32 lines (20 loc) · 796 Bytes

README.md

File metadata and controls

32 lines (20 loc) · 796 Bytes

EH Downloader

How to start server

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.

Official Frontend

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.