n0madic / google-play-scraper

Golang scraper to get data from Google Play Store
GNU Lesser General Public License v3.0
78 stars 20 forks source link

App No Infomation #13

Closed takmatsumoto1226 closed 1 year ago

takmatsumoto1226 commented 1 year ago

app := New("com.kgi", Options{"tw", "zh-TW"}) err := app.LoadDetails() if err != nil { t.Error(err) }

can't get all detail information

n0madic commented 1 year ago

Are you using the latest version? I made a fix yesterday