How do i to load a text, put in memory,analyze,from a website?

How do I load a text, put it in memory, analyze, from a website?

i want to get text from this website: FRANCIA: Ligue 1

Is it possible? i need to isolate some data…and working on…

I thank you a lot in advance, Lestroso.

It would only be possible if that website supports REST APIs. Then you can use the built in network events to make calls to that API and store it in a variable.

Otherwise it is not possible without you programming your own solution via Javascript.

PHP & MysQL is one the best option for you to store all data that you get from diretta.it you need to check if that website can give you the data as JSON or XML, get the data and store it in your own Database, then query your db and order the results as you like.