0

I'm learning Java and I'm using jsoup to parse data from www.livescore.com in order to get all football results into my app, but I can't see them in the source code because everything is encrypted, I think. Do you have any suggestions?

karel
  • 5,489
  • 46
  • 45
  • 50

1 Answers1

1

If you disable Javascript on www.livescore.com it asks if you want to go to the legacy website which is - https://www.livescores.com. Their legacy website doesn't seem to have the encryption in place which you should be able to use with Jsoup and parse the html.

Joe Z
  • 349
  • 3
  • 13