yogeshwaran01 / spotify-playlist-to-youtube-playlist

From Spotify's Groove to YouTube's Show: Spot2Tube
https://dev.to/yogeshwaran01/from-spotify-to-youtube-how-i-built-a-python-script-to-convert-playlists-2h89
MIT License
46 stars 5 forks source link

[Feature] Copy Spotify Thumbnail to YouTube #9

Open Rexadev opened 1 year ago

Rexadev commented 1 year ago

YouTube doesn't support custom thumbnail for playlist, here is a workaround for it -

https://studio.youtube.com/channel/[CHANNEL-ID]/content/playlists https://studio.youtube.com/playlist/playlistid/edit

OR

  1. Open studio.youtube.com
  2. Click on content menu>playlist
  3. Click on three-dots of your desired playlist image
  4. Select "Set as podcast"
  5. Now you can add a custom thumbnail!

image

yogeshwaran01 commented 1 year ago

Ok, I will add it