norbeyandresg / hades

This script takes a Spotify playlist, list and search each track on YouTube and download it to the specified path with the script root path as parent
170 stars 29 forks source link

List Index Out of Range #2

Closed Calcium3d closed 3 years ago

Calcium3d commented 3 years ago

So, second issue yay Traceback (most recent call last): File "hades.py", line 102, in hades.download_tracks() File "hades.py", line 90, in download_tracks url = "https://www.youtube.com/watch?v=" + video_ids[0] IndexError: list index out of range

This is what i get when i get to song 30 of 100 in my playlist https://open.spotify.com/playlist/0xGFYsNJ8xynWp1mpwcOQm ^ thats the public playlist

norbeyandresg commented 3 years ago

Thanks @FelixIsaac for the contribution fixing this little issues. @awsomemanNever Let me know if all works fine to close this issue

Calcium3d commented 3 years ago

@norbeyandresg it works. I finally have all 100 songs downloaded. Thank you so much @FelixIsaac for implementing the fix