How to parse the data that is displayed through AngularJS ?

I tried some options, but the result is the same: I get only static data, and what you need remains {{man.nick}} and in a similar way.

1 answer 1

There are two main options:

  • find the addresses of the loaded JSON files in WebInspector and download them via wget / curl
  • draw webkit pages every time

The first option is preferable, but not always possible.