1
0
mirror of https://github.com/rclone/rclone.git synced 2025-07-11 14:30:44 +02:00

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
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"