Kalanyr / gogrepoc

Python-based tool for downloading all your GOG.com game and bonus collections to your local computer for full offline enjoyment.
233 stars 36 forks source link

Further fixes for weird behaviour on md5 xmls from the GOG servers + … #59

Closed Kalanyr closed 2 years ago

Kalanyr commented 2 years ago

…add some file types to the no md5 list + improve logging of exceptions

Added .tar.gz and no extension to the list of files not expected to have md5 data.

Added wrappers around deliberate exception logging that explicitly indicates whether an exception was handled or not. Restructured it so that this occurs immediately after the handling message is displayed if possible.