Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 674 Bytes

README.md

File metadata and controls

29 lines (18 loc) · 674 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

API Document is 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.