couldbejake / spotify2mp3

Simple free and unlimited Spotify playlist downloads. Spotify2mp3 - Spotify Downloader
MIT License
269 stars 42 forks source link

fix: fix "no views" string returned by youtube #21

Closed DMaxence closed 1 year ago

DMaxence commented 1 year ago

When a song has "No views" on youtube, a string is returned from yt, so the int() cast is impossible and raises an error. Added a test to verify it's a string or an integer before parsing it within int()