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
164 stars 29 forks source link

Fixed type error #6

Closed wilcockj closed 3 years ago

wilcockj commented 3 years ago

The line left as it is will result in TypeError: can only concatenate tuple (not "int") to tuple removing the comma allows the program to work perfectly.