简体   繁体   中英

Parsing data from HTML with jsoup

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?

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.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM