apk-downloader icon indicating copy to clipboard operation
apk-downloader copied to clipboard

Use protobuffers to decode responses

Open Lekensteyn opened this issue 11 years ago • 0 comments

Right now, a rough regex is used to extract URLs from responses. It should use ProtoBuf.js instead to parse responses and to generate queries.

Benefits:

  • more useful feedback (other than "Cannot download app")

Lekensteyn avatar Feb 11 '14 16:02 Lekensteyn