mirror of
https://github.com/EpicMorg/atlassian-json.git
synced 2024-12-26 22:55:31 +03:00
Update sourcetreeapp-archive.csx
This commit is contained in:
parent
db8c7c1248
commit
8063db0bb8
@ -9,7 +9,7 @@ System.Console.Out.WriteLine(
|
||||
await new System.Net.Http.HttpClient()
|
||||
.GetStringAsync("https://www.sourcetreeapp.com/download-archives")
|
||||
.ConfigureAwait(false))
|
||||
.QuerySelectorAll(".wpl tr a")
|
||||
.QuerySelectorAll(".wpl tr div>a")
|
||||
.Select(row => new { Version = row.TextContent, ZipUrl = row.GetAttribute("href") })
|
||||
.ToArray()) + ")"
|
||||
);
|
||||
|
Loading…
Reference in New Issue
Block a user