-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
b9029e4
commit 7760ec5
Showing
1 changed file
with
5 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,17 @@ | ||
# xiaoya-convert | ||
可以自动批量将阿里云盘分享链接转换为小雅中alishare_list.txt的格式。 | ||
|
||
下载代码文件,将阿里云盘分享链接按照 | ||
下载代码文件,将阿里云盘分享链接按照以下四种 | ||
|
||
``` | ||
3遮天 https://www.alipan.com/s/KQbDJmKhSLL/folder/64510c650eb4698a16554988a85c09a149200e25 6666 | ||
5诛仙第二季 https://www.alipan.com/s/KQbDJmKhSLL/folder/62e7d817a5589d555f8142fe918baad868c9f5c3 | ||
3遮天 https://www.aliyundrive.com/s/KQbDJmKhSLL/folder/64510c650eb4698a16554988a85c09a149200e25 6666 | ||
5诛仙第二季 https://www.aliyundrive.com/s/KQbDJmKhSLL/folder/62e7d817a5589d555f8142fe918baad868c9f5c3 | ||
``` | ||
|
||
的格式输入input_urls.txt,第一种有密码,第二种没密码。 | ||
的格式输入input_urls.txt,第一、三种有密码,第二、四种没密码。 | ||
|
||
双击ali.py,alishare_list.txt中自动生成,此时的文件符合小雅的规则,unix+utf-8,最后有一行换行符,可以直接上传你的vps或者路由器“/etc/xiaoya”文件夹了。 | ||
双击ali.py,命令行中提供生成文件的预览,alishare_list.txt中自动生成,此时的文件符合小雅的规则,unix+utf-8,最后有一行换行符,可以直接上传你的vps或者路由器“/etc/xiaoya”文件夹了。 | ||
|
||
虽然是在GPT4的辅助下写的,但也花费了不少时间精力,如果你喜欢的话可以给一个star,谢谢! |