bellingcat / auto-archiver

Automatically archive links to videos, images, and social media content from Google Sheets (and more).
https://pypi.org/project/auto-archiver/
MIT License
489 stars 53 forks source link

Specify hash algorithm in config #52

Closed djhmateer closed 1 year ago

djhmateer commented 1 year ago

I needed to specify SHA3_521 rather than SHA256. Have a PR coming which passes this through.

  # in base_archiver use SHA256 or SHA3_512
  hash_algorithm: SHA3_512
  # hash_algorithm: SHA256
djhmateer commented 1 year ago

Closing as done in latest merge.