YangXu
fa15c576f0
fix(pikpak): remove oauth2 method ( #7567 close #7545 )
2024-12-07 17:03:46 +08:00
YangXu
2dec756f23
fix(pikpak&pikpak_share): captcha_sign error ( #7530 close #7481 close #7482 )
2024-11-21 22:40:39 +08:00
BlueSkyXN
a4ad98ee3e
fix(pikpak): domain block and change to NET ( #7350 )
2024-11-17 20:03:04 +08:00
YangXu
9667832b32
fix(pikpak): fix nil pointer error ( #7150 )
2024-09-08 19:45:42 +08:00
YangXu
716d33fddd
feat(pikpak&pikpak_share): add download address delay detection ( #7136 )
...
* feat(pikpak): add download address delay detection
* feat(pikpak_share): add download address delay detection
2024-09-08 10:45:43 +08:00
YangXu
ba716ae325
fix(pikpak): error when passing the user_id field ( #7117 close #7118 )
2024-09-01 23:06:51 +08:00
YangXu
ef5e192c3b
fix(pikpak): webdav upload issue ( #7050 )
2024-08-22 00:35:52 +08:00
YangXu
e238b90836
fix(pikpak): modify the processing logic of CaptchaToken ( #7024 )
2024-08-18 23:26:29 +08:00
YangXu
8e6c1aa78d
fix(pikpak): refresh_token cannot be obtained ( #7017 )
2024-08-15 21:46:55 +08:00
YangXu
049575b5a5
fix(pikpak): captcha_token not refreshing correctly ( #6788 )
2024-07-16 16:00:05 +08:00
YangXu
a93937f80d
fix(pikpak): add captcha_token generation function ( #6775 )
...
closes #6752
closes #6760
2024-07-14 21:07:00 +08:00
Muione
3a3d0adfa0
feat: add pikpak offline download function ( #6648 )
...
* add pikpak offline download function
* 完善PikPak离线下载功能
* 删除多余的代码
* add task cache to avoid too many requests about API
* 优化Status函数
* 完善所有功能,目前测试无BUG
* 减少缓存时间,优化添加离线任务的参数
2024-07-07 16:50:05 +08:00
foxxorcat
163af0515f
fix(pikpak): refresh_token contention ( #6501 close #6511 )
2024-05-27 21:31:59 +08:00
foxxorcat
7013d1b7b8
fix: pikpak captcha_required ( #6497 )
...
* fix: pikpak captcha_required
* fix(pikpak_share): video download
2024-05-22 23:29:29 +08:00
Mmx
b95df1d745
perf: use io copy with buffer pool ( #6389 )
...
* feat: add io methods with buffer
* chore: move io.Copy calls to utils.CopyWithBuffer
2024-04-25 20:11:15 +08:00
Andy Hsu
0f29a811bf
fix: s3 upload exceeded total allowed configured MaxUploadParts ( close #5909 )
2024-01-19 12:05:10 +08:00
foxxorcat
7200344ace
feat: adapt hash feature for some drivers ( #5180 )
...
* feat(pikpak,thunder): adaptation gcid hash
* chore(weiyun): add note
* feat(baidu_netdisk): adaptation rapid
* feat(baidu_photo): adaptation hash
* feat(189pc): adaptation rapid
* feat(mopan):adaptation ctime
* feat(139):adaptation hash and ctime
---------
Co-authored-by: Andy Hsu <i@nn.ci>
2023-09-06 14:46:35 +08:00
Sean
a3748af772
feat: misc improvements about upload/copy/hash ( #5045 )
...
general: add createTime/updateTime support in webdav and some drivers
general: add hash support in some drivers
general: cross-storage rapid-upload support
general: enhance upload to avoid local temp file if possible
general: replace readseekcloser with File interface to speed upstream operations
feat(aliyun_open): same as above
feat(crypt): add hack for 139cloud
Close #4934
Close #4819
baidu_netdisk needs to improve the upload code to support rapid-upload
2023-08-27 21:14:23 +08:00
Sean
7877184bee
feat(baidu_netdisk): add retry to most operations ( close #4863 in #4939 )
2023-08-07 13:44:28 +08:00
foxxorcat
a31af209cc
fix(pikpak): hash calculation and fast upload judgment ( #4745 fix #1081 )
2023-07-11 22:19:21 +08:00
Andy Hsu
6887f14ec6
feat(pikpak): allow disable media link ( close #4735 )
2023-07-11 13:40:58 +08:00
Noah Hsu
105f22969c
feat: support cancel for some drivers ( close #2717 )
2022-12-21 15:03:09 +08:00
foxxorcat
33bae52fa1
refactor: optimize driver initialization need to manually deserialize and assign values, and remove redundant driver registration parameters ( #2691 )
...
* refactor: optimize driver initialization need to manually deserialize and assign values, and remove redundant driver registration parameters
* fix typo
Co-authored-by: Noah Hsu <i@nn.ci>
2022-12-13 18:03:30 +08:00
Noah Hsu
cd73e34ccc
chore: optional `other` interface
2022-09-11 18:40:19 +08:00
Noah Hsu
043a79189d
style: uniform use `utils.CreateTempFile`
2022-09-10 14:11:06 +08:00
Noah Hsu
f48365929e
fix(pikpak): upload empty file ( close #1452 )
2022-09-10 13:25:52 +08:00
Noah Hsu
3416861cab
style: use `utils.SliceConvert` uniformly
2022-09-05 00:26:04 +08:00
Noah Hsu
a1c86b3350
chore!: change root folder
2022-09-04 13:22:42 +08:00
Noah Hsu
611457c0e7
feat: add `baidu_netdisk` driver
2022-09-02 22:46:31 +08:00
Noah Hsu
0f2425ce53
feat: add teambition driver
2022-09-02 18:24:14 +08:00
Noah Hsu
284274b37e
feat: add 123pan driver
2022-09-01 22:13:37 +08:00
Noah Hsu
7ac1d14eeb
style: shorten name `operations` to `op`
2022-08-31 21:01:15 +08:00
Noah Hsu
9ec6d5be7a
chore: just use std errors in drivers
2022-08-31 20:58:57 +08:00
Noah Hsu
102384e170
feat: add pikpak driver
2022-08-31 17:32:57 +08:00
Noah Hsu
b76060570e
refactor: init v3
2022-06-06 16:28:37 +08:00
Xhofe
8f19c45a81
feat: pikpak video use media link
2022-03-09 15:11:12 +08:00
微凉
feb42f1f4b
🔥 delete proxy interface
2022-02-02 18:03:54 +08:00
微凉
cb2a3c2b42
🎨 change proxy interface
2022-02-01 14:28:21 +08:00
微凉
2473309a51
🎇 execute save while delete account
2022-01-15 19:36:37 +08:00
微凉
84fc0ab1bd
🎇 123pan upload
2022-01-03 22:29:32 +08:00
微凉
7cf30836bf
🎨 Optimize code structure
2022-01-03 20:06:36 +08:00
微凉
35fc1c87d2
✨ pikpak file upload
2022-01-01 00:08:58 +08:00
微凉
5f2621eca9
🐛 fix pikpak and shandian account status
2021-12-30 17:59:35 +08:00
微凉
3331462229
✨ local sort for no sort param driver
2021-12-30 16:15:57 +08:00
微凉
6a54ed87f3
🎨 change NeedSetLink to NoNeedSetLink
2021-12-29 19:47:47 +08:00
微凉
337bf08cd3
🐛 fix pikpak refresh_token endless loop
2021-12-20 23:21:52 +08:00
微凉
d97afb691b
✨ support pikpak and google api proxy
2021-12-20 15:44:17 +08:00
微凉
731dbf6c3a
🐛 fix 123pan 403
2021-12-19 20:32:47 +08:00
微凉
d00f75c814
🎨 change link interface
2021-12-19 20:00:53 +08:00
微凉
f5b8815a84
🎨 abstract 123pan request
2021-12-19 17:54:28 +08:00