my-chrome
my-chrome copied to clipboard
don't get canary version
最近不能获取 Canary 的版本了。
# Data=‘<?xml version="1.0" encoding="UTF-8"?><request protocol="3.0" version="1.3.23.9" ismachine="0" updaterchannel="canary"><os platform="win" version="6.1" sp="" arch=""/><app appid="{4EA16AC7-FD5A-47C3-875B-DBF4A2008C20}" version="" nextversion="" ap="x64-canary"><updatecheck/></app></request>’
# curl -d "$Data" http://tools.google.com/service/update2
不管是 version 2,还是 version 3 都返回 updatecheck status="error-internal"。其他版本是正常的。
另外,提供一个最新版本号镜像,国内可快速获取
# curl http://repo.fdzh.org/chrome/version
谢谢提醒! Canary更新现在需提供硬件相关信息,已修正。
我用 Python3 重写了获取 chrome的脚本, 使用 version3获取 exe和 dmg。 https://github.com/FZUG/repo/blob/master/repos/chrome.py
另提供一个版本获取 API:
$ curl http://repo.fdzh.org/chrome/version.csv
$ curl http://repo.fdzh.org/chrome/version.json
在 http://repo.fdzh.org/chrome/exe/ 包含最新版的备份
根据官方文档,现在的所有 Google 软件都通过 omaha 获取版本。但 APPID 不能获取,有时间再研究。
http://repo.fdzh.org/chrome/version.csv这个可能是从官方同步过来的 https://omahaproxy.appspot.com,其中没有包括下载地址。
2016-02-06 3:43 GMT+08:00 1dot75cm [email protected]:
https://github.com/FZUG/repo/blob/master/repos/chrome.py 我用 Python3 重写了获取 chrome的脚本, 使用 version3获取 exe和 dmg。
另提供一个版本获取 API:
$ curl http://repo.fdzh.org/chrome/version.csv $ curl http://repo.fdzh.org/chrome/version.json
http://repo.fdzh.org/chrome/exe/ 包含最新版的备份
— Reply to this email directly or view it on GitHub https://github.com/cnjackchen/my-chrome/issues/48#issuecomment-180515966 .
https://omahaproxy.appspot.com,其中没有包括下载地址。
对, 要是有地址就好了
另外, http://feeds.feedburner.com/GoogleChromeReleases 是个好东西