renfeng / android-repository

Make a mirror of Android SDK Update Sites - works for both standalone and Android Studio built-in SDK Managers

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

new html structure for studio and sdk download page

renfeng opened this issue · comments

The html structure changed, https://developer.android.com/studio/index.html

Trying to extract the information with regular expression
https://regex101.com/r/AJ3bN3/1

pcregrep only prints the first match. Need both two matches.

Will drop the related scripts for two considerations

  • Android Studio installers are not hosted under the path android/repository
  • It is a better practice to use existing package managers, such as brew, to install and, most importantly, keep up to date.