2025-01-09 08:34:34 +08:00
2024-05-24 18:13:54 +08:00
2024-06-08 15:41:11 +08:00
2023-06-25 10:03:05 +08:00
2024-05-24 18:13:54 +08:00
2024-10-24 19:28:22 +08:00
2024-10-28 12:25:43 +08:00
2023-06-25 10:03:05 +08:00
2025-01-09 08:34:34 +08:00
2024-05-31 14:24:57 +08:00
2023-05-30 10:44:38 +08:00
2024-05-31 09:21:14 +08:00
2024-01-21 19:20:04 +08:00
2023-07-14 14:46:10 +00:00
2024-05-31 14:24:57 +08:00
2025-01-06 18:31:46 +08:00
2024-01-21 15:39:19 +08:00
2024-01-21 17:25:27 +08:00

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.
Languages
TypeScript 93.9%
C 3.6%
Dockerfile 1.3%
CMake 1%
JavaScript 0.1%