chyroc / icloudgo

Access Apple iCloud via go, go port of pyicloud
Apache License 2.0
87 stars 10 forks source link

文件名问题 #4

Closed stop-bullshit closed 1 year ago

stop-bullshit commented 1 year ago
  1. 感谢开源,项目很好用
  2. 下载的文件名是随机生成的吗?是否可以按照原文件名下载?
  3. 是否可以按照日期分组?
  4. 还有就是时区问题 谢谢
chyroc commented 1 year ago

第二个问题,看看这个 pr: https://github.com/chyroc/icloudgo/pull/5

加参数: --file-structure name

chyroc commented 1 year ago

第三个问题,加参数: --folder-structure,取值

2006(year), `01`(month), `02`(day), `15`(24-hour), `03`(12-hour), `04`(minute), `05`(second), example: `2006/01/02`, default is `/`
chyroc commented 1 year ago

第 4 个问题,没看懂

stop-bullshit commented 1 year ago

very nice