Skip to content

Commit

Permalink
增加新域名刷新预取
Browse files Browse the repository at this point in the history
  • Loading branch information
TartaricAcid authored Jun 4, 2018
1 parent 270a6b7 commit 9b5abbc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion zip.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,8 @@
cdn_manager = qiniu.CdnManager(q)
# 需要刷新的文件链接
urls = [
'http://p985car2i.bkt.clouddn.com/Minecraft-Mod-Language-Modpack.zip'
'http://p985car2i.bkt.clouddn.com/Minecraft-Mod-Language-Modpack.zip',
'http://downloader.meitangdehulu.com/Minecraft-Mod-Language-Modpack.zip'
]
# 刷新链接
refresh_url_result = cdn_manager.refresh_urls(urls)
Expand Down

0 comments on commit 9b5abbc

Please sign in to comment.