pikpak: new backend

Fixes #6429
This commit is contained in:
wiserain 2023-04-05 00:33:48 +09:00 committed by GitHub
parent 64cf9ac911
commit 243bcc9d07
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
13 changed files with 2849 additions and 0 deletions

View file

@ -36,6 +36,7 @@ import (
_ "github.com/rclone/rclone/backend/opendrive"
_ "github.com/rclone/rclone/backend/oracleobjectstorage"
_ "github.com/rclone/rclone/backend/pcloud"
_ "github.com/rclone/rclone/backend/pikpak"
_ "github.com/rclone/rclone/backend/premiumizeme"
_ "github.com/rclone/rclone/backend/putio"
_ "github.com/rclone/rclone/backend/qingstor"