P72OTOTYPE
New Member
I am trying to get the live match commentary from this link. I started by getting the HTML content with cURL, and then using grep to parse out the relevant tags/content that I need. However after analyzing the HTML content returned by cURL, I realized that it was all Javascript, and that the content I needed was not in there.Is there any way that I can get the raw HTML code after the Javascript has executed? Also, I need to be able to run this script from the terminal/bash (since I'm writing this script for GeekTool)?Help is appreciated. Thanks!