sunboshan

Results 5 comments of sunboshan

Thanks @KrauseFx! The only way I find it working is to fetch build train data from `https://itunesconnect.apple.com/WebObjects/iTunesConnect.woa/ra/apps/[app_id]/trains/`, then modify the json and send the post request to `https://itunesconnect.apple.com/WebObjects/iTunesConnect.woa/ra/apps/version/save/[app_id]`

+1. Just encountered this issue that some server send gzip content and Hackey returns bitstring in body. Finally figure the root issue with lots of people's help. Though it would...

This is a issue with Google Play store. If you do curl couple of times ``` $ curl -v https://play.google.com/store/apps/details?id=com.facebook.katana ``` You will get two htmls for the same page....

I think the purpose for Google is pretty obvious, which is they don't want others to parse the content of their play store. I don't have a good idea on...

As far as I can see, the metadata part is using ``. Here's a simple parse on `` on fb app(in Erlang terms) ``` [ {"span", [{"class", "htlgb"}], ["March 19,...