feat(offline_download): add simple http tool (close #4002)

This commit is contained in:
Andy Hsu
2023-11-24 16:26:05 +08:00
parent b6134dc515
commit 34746e951c
8 changed files with 131 additions and 0 deletions

View File

@ -2,5 +2,6 @@ package offline_download
import (
_ "github.com/alist-org/alist/v3/internal/offline_download/aria2"
_ "github.com/alist-org/alist/v3/internal/offline_download/http"
_ "github.com/alist-org/alist/v3/internal/offline_download/qbit"
)