feat(terabox): add terabox driver (close #2825 close #2678 #2849)

This commit is contained in:
Code2qing
2022-12-31 16:44:20 +08:00
committed by GitHub
parent fbf3fb825b
commit 1c8d895fc0
5 changed files with 524 additions and 0 deletions

View File

@ -27,6 +27,7 @@ import (
_ "github.com/alist-org/alist/v3/drivers/sftp"
_ "github.com/alist-org/alist/v3/drivers/smb"
_ "github.com/alist-org/alist/v3/drivers/teambition"
_ "github.com/alist-org/alist/v3/drivers/terabox"
_ "github.com/alist-org/alist/v3/drivers/thunder"
_ "github.com/alist-org/alist/v3/drivers/uss"
_ "github.com/alist-org/alist/v3/drivers/virtual"