# Example on how to read WARC files.
# Launch the warcat program. The options provided will tell it to write
# JSON as a line to standard out.
# Ensure you have warcat on the search path or adjust the path as needed.
# Decode each message by using our helper module.
# We decoded the start of the record.
# We decoded the body of the record.
# The end of the record was reached.