sigma67 / spotify_to_ytmusic

Clone a Spotify playlist to YouTube Music
MIT License
895 stars 67 forks source link

Bug with YouTube music #11

Closed tgrrr closed 3 years ago

tgrrr commented 3 years ago

Hi,

I've generated the headers following the instructions here: https://ytmusicapi.readthedocs.io/en/latest/setup.html

{
    "Accept": "*/*",
    "Accept-Language": "en-US,en;q=0.5",
    "Content-Type": "application/json",
    "Cookie": "<REACTED>",
    "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:72.0) Gecko/20100101 Firefox/72.0",
    "X-Goog-AuthUser": "3",
    "X-Goog-Visitor-Id": "<REACTED>",
    "origin": "https://music.youtube.com"
}

I've also turned it into single line json, following the same format as Google Music

Any suggestions?

sigma67 commented 3 years ago

What error are you getting?