linsomniac / spotify_to_ytmusic

Copy playlists and liked music from Spotify to YTMusic
Creative Commons Zero v1.0 Universal
1.78k stars 112 forks source link

Handle and skip writing podcast episodes #99

Open ConorMcGee opened 1 month ago

ConorMcGee commented 1 month ago

The script broke for me when it hit a podcast episode because track["track"]["artists"][0]["name"] was None.

Another approach here would be to try to include podcast episodes, but I felt that was likely outside the scope of this project.