Scrapes the Jaguars' roster from the official website and creates a CSV
$ go get github.com/hoop33/jags
$ jags
- It works as of May 16, 2018
- It scrapes https://www.jaguars.com/team/players-roster/
- It's vulnerable to a MITM attack (TLS verification is turned off) because reasons
- Fields aren't surrounded by quotes, so a comma in a value could throw things off (I could surround with quotes, and then escape embedded quotes, and then . . .)
Copyright © 2018 Rob Warner
Licensed under the MIT License