BaseMax / GooglePlayWebServiceAPI

Tiny script to crawl information of a specific application in the Google play/store base on PHP.
MIT License
37 stars 9 forks source link

add debug method (dump_raw) to dump internal data / page structures #30

Closed IzzySoft closed 1 year ago

IzzySoft commented 1 year ago

This PR adds a new method dump_raw() allowing to dump the resources:

Seemed helpful to me when debugging things or looking at how to add new features (without placing all kinds of print commands into the class file every time :wink:)

IzzySoft commented 1 year ago

OK, ds:2 (never encountered with data yet) & ds:4 (icon, featureGraphic, video.txt) seem often to be empty, all others should be dumped now:

ds:1, ds:8 & ds:9 seem to be identical for (most|all|many) apps (naturally).

IzzySoft commented 1 year ago

@BaseMax may I kindly ask to merge, so our code bases are not getting out of sync? Or are you opposed to merging it?

BaseMax commented 1 year ago

Hi Izzy, sorry for the delay. It seems I missed your updates here. And thanks for recalling it for me. Merged. Best

IzzySoft commented 1 year ago

Hehe, happens. Thanks for the merge!