Error=Unkown
パスワードにドル記号が含まれている場合に取得しました。「$」を「%24」にエンコードしました
次のアカウントを持っているとします:
username: test@gmail.com
password: testpwd$
curl --location https://www.google.com/accounts/ClientLogin --data 'Email=test@gmail.com&Passwd=testpwd%24&service=youtube&source=test' --header 'Content-Type:application/x-www-form-urlencoded'
それを機能させる方法を教えてもらえますか。