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
552 stars 55 forks source link

twitter_archiver timeout on sanitize url and added try except #141

Closed djhmateer closed 4 months ago

djhmateer commented 5 months ago

A few tweaks.

msramalho commented 4 months ago

Thanks for bringing attention to this code. I think I'll just refactor the entire file logic as it's now doing the attempts in a nested way and not in the best (as in most likely to work) order. I'll include some of the changes you mentioned.

msramalho commented 4 months ago

Done, please see https://github.com/bellingcat/auto-archiver/pull/142

closing this PR

djhmateer commented 4 months ago

Thanks Miguel