easlice / bandcamp-downloader

Download your bandcamp collection using this python script.
MIT License
281 stars 34 forks source link

Feature: Code cleanup #16

Closed puigru closed 1 year ago

puigru commented 1 year ago

Mostly simplifies get_cookies(). It also changes the behavior of print_exception() to print the traceback of the exception, instead of exc_info() which doesn't explain the full story.

easlice commented 1 year ago

Looks good to me. The effort is appreciated.