feat: support baidu.photo

This commit is contained in:
foxxorcat
2022-04-28 23:25:21 +08:00
parent 68f37fc11f
commit 0a8bd96d33
5 changed files with 920 additions and 0 deletions

View File

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