taux1c / onlyfans-scraper

A tool that allows you to print to file all content you are subscribed to on onlyfans including content you have unlocked or has been sent to you in messages.
MIT License
289 stars 34 forks source link

fix: handle files with zero length #23

Closed stranger-danger-zamu closed 1 year ago

stranger-danger-zamu commented 1 year ago

Passing zero into math.log10() raises a ValueError.

However, we know that in the case of num_bytes == 0 then the representation is 0 B.