0

I'm looking to pull the timer from this site: http://invasiontimer.com/

But it looks like the timer isn't in html, so the normal curl or wget isn't getting it for me.

Is there any way to get this in a bash script and print it to a text file.

Thanks.

greenej07
  • 3
  • 1

1 Answers1

0

I think what you want is the content loaded by javascript. Check out this answer for more details: How to get webcontent that is loaded by JavaScript using cURL?

Stats4224
  • 778
  • 4
  • 13