mirror of
https://github.com/rclone/rclone.git
synced 2025-04-17 08:48:48 +08:00
iclouddrive: test updating the URLs .cn - FIXME DO NOT MERGE
This commit is contained in:
parent
7da2d8b507
commit
7f715befbc
@ -16,10 +16,10 @@ import (
|
||||
)
|
||||
|
||||
const (
|
||||
baseEndpoint = "https://www.icloud.com"
|
||||
homeEndpoint = "https://www.icloud.com"
|
||||
setupEndpoint = "https://setup.icloud.com/setup/ws/1"
|
||||
authEndpoint = "https://idmsa.apple.com/appleauth/auth"
|
||||
baseEndpoint = "https://www.icloud.com.cn"
|
||||
homeEndpoint = "https://www.icloud.com.cn"
|
||||
setupEndpoint = "https://setup.icloud.com.cn/setup/ws/1"
|
||||
authEndpoint = "https://idmsa.apple.com.cn/appleauth/auth"
|
||||
)
|
||||
|
||||
type sessionSave func(*Session)
|
||||
|
Loading…
x
Reference in New Issue
Block a user