Deben Oldert đã nhận xét 6 năm trước cách đây
```python
Traceback (most recent call last):
File "/Users/debenoldert/PycharmProjects/music-downloader/main.py", line 186, in <module>
main()
File "/Users/debenoldert/PycharmProjects/music-downloader/main.py", line 47, in main
if not idle():
File "/Users/debenoldert/PycharmProjects/music-downloader/main.py", line 70, in idle
return command[1]()
File "/Users/debenoldert/PycharmProjects/music-downloader/main.py", line 132, in search
item.site.download(item)
File "/Users/debenoldert/PycharmProjects/music-downloader/sites/default.py", line 53, in download
download.zippyaudio(item)
File "/Users/debenoldert/PycharmProjects/music-downloader/helper/sites/download.py", line 118, in zippyaudio
a = int(script[script.find(_a)+len(_a):script.find(';', script.find(_a))])
ValueError: invalid literal for int() with base 10: 't.getElementById(\'dlbutton\').href = "/d/hwoB9K4L/" + (312812 % 51245 + 312812 % 913) + "/Richard%20Grey%20-%20Family%20Affair%20%28Original%20Mix%29.mp3"; if (document.getElementById(\'fimage\')) {
```