joenano / rpscrape

Scrape horse racing results data and racecards.
140 stars 57 forks source link

Add support for gzipping output #105

Closed petedmarsh closed 2 years ago

petedmarsh commented 2 years ago

If gzip_output = true in settings then downloaded data will be compressed and stored as .csv.gz rather than plain uncompressed csv.

This setting is set to false by default to maintain backwards compatiblity.