feat: add support for mega.nz (close 1553)

This commit is contained in:
Noah Hsu
2022-10-08 22:16:41 +08:00
parent 284035823f
commit dcaaae366b
9 changed files with 341 additions and 21 deletions

View File

@ -15,6 +15,7 @@ import (
_ "github.com/alist-org/alist/v3/drivers/lanzou"
_ "github.com/alist-org/alist/v3/drivers/local"
_ "github.com/alist-org/alist/v3/drivers/mediatrack"
_ "github.com/alist-org/alist/v3/drivers/mega"
_ "github.com/alist-org/alist/v3/drivers/onedrive"
_ "github.com/alist-org/alist/v3/drivers/pikpak"
_ "github.com/alist-org/alist/v3/drivers/quark"