edgeless-bot icon indicating copy to clipboard operation
edgeless-bot copied to clipboard

增加WinGet爬虫模板

Open xrgzs opened this issue 4 months ago • 3 comments

类似 Scoop 爬虫模板,增加 WinGet 爬虫模板

实现思路:

  1. 指定 PackageId 参数

  2. 下载:https://cdn.winget.microsoft.com/cache/source2.msix 并解压

  3. 加载数据库:\Public\index.db

  4. 从数据库中获取对应 PackageIdhash

  5. 获取软件版本信息: https://cdn.winget.microsoft.com/cache/packages/${PackageId}/${hex.toString()}/versionData.mszyml

    • VersionYAML.version.v
    • RelativePathYAML.version.rP
  6. 进一步获取该版本的软件下载地址等信息:https://cdn.winget.microsoft.com/cache/${RelativePath}

xrgzs avatar Oct 11 '24 03:10 xrgzs