captainGeech42 / ransomwatch

Ransomware leak site monitoring
MIT License
305 stars 64 forks source link

Enhance pysa datetimes processing (#50) #54

Closed biligonzales closed 3 years ago

biligonzales commented 3 years ago

Describe the changes

Adding some logics into pysa.py to try to process the datetime better. Also, exception handling has been added to avoid crash of the script.

Related issue(s)

50

How was it tested?

Before: scrapping failed at some point if pysa was defined in the yaml config file (see related issue).

Now:

captainGeech42 commented 3 years ago

Perfect, thank you!