This script takes a WARC file and makes a copy of it, removing all angle brackets surrounding the URL in the WARC-Target-URI
headers.
Base command:
python3 wget_warc_converter.py --input $input_warc --output $output_warc
For example
python3 wget_warc_converter.py --input /Users/nvanderperren/Desktop/wget-warc.warc.gz --output /Users/nvanderperren/Desktop/converted-warc.gz