unitycoder / UnityLauncher

Unity Version Launcher
MIT License
138 stars 28 forks source link

Download Version not working #8

Closed jason-storey closed 7 years ago

jason-storey commented 7 years ago

Your web scraping didn't work for me on v5.6.0f3 instead of manual replaces on the html, try a regular expression:

https://pastebin.com/WKVMzE91

unitycoder commented 7 years ago

thanks, will add to next update.

how would make that pick only the download assistant exe? (currently it picks full installer also, but that takes too long to load..)

was testing modified version here, but fails on that meta tag list: https://regex101.com/r/nv5p2J/2

jason-storey commented 7 years ago

Just remove all the whitespace

https://regex101.com/r/cjiJ8K/1

a visualizer might explain it better

https://regexper.com/#(http).%2B(UnityDownloadAssistant)%2B%5B%5E%5Cs*%5D*(.exe)

unitycoder commented 7 years ago

thanks! its now included in the latest version