waybackpy/cli.py : remove duplicate original_string from output_string in cdx

This commit is contained in:
Akash Mahanty 2022-01-30 21:02:25 +05:30
parent 3be6ac01fc
commit 5cbdfc040b

View File

@ -373,8 +373,6 @@ def main(
output_string = output_string + snapshot.timestamp + " "
if "original" in cdx_print:
output_string = output_string + snapshot.original + " "
if "original" in cdx_print:
output_string = output_string + snapshot.original + " "
if any(
val in cdx_print for val in ["mimetype", "mime-type", "mime_type"]
):