File "/Users/<user>/PycharmProjects/music-downloader/sites/helper/download.py", line 53, in download
if int(item.bitrate) < Settings.MinQuality:
TypeError: int() argument must be a string, a bytes-like object or a number, not 'EmptyAttr'
```
File "/Users/<user>/PycharmProjects/music-downloader/sites/helper/download.py", line 53, in download
if int(item.bitrate) < Settings.MinQuality:
TypeError: int() argument must be a string, a bytes-like object or a number, not 'EmptyAttr'
```
Fixed in PR #24