yandex disk support

This commit is contained in:
微凉
2022-02-01 17:15:11 +08:00
parent 8e0ab8f780
commit e25fe05a53
5 changed files with 454 additions and 0 deletions

View File

@ -18,6 +18,7 @@ import (
_ "github.com/Xhofe/alist/drivers/shandian"
_ "github.com/Xhofe/alist/drivers/teambition"
_ "github.com/Xhofe/alist/drivers/webdav"
_ "github.com/Xhofe/alist/drivers/yandex"
log "github.com/sirupsen/logrus"
"strings"
)