i'm trying to create a playlist programatically
insert = client.playlists.insert({"title":"playlist title","description":"pl descr"})
but api provides error:
pyyoutube.error.PyYouTubeException: YouTubeException(status_code=400,message=Set default language to updating localizations.)
where can i set this default language?
i'm trying to create a playlist programatically
insert = client.playlists.insert({"title":"playlist title","description":"pl descr"})
but api provides error: pyyoutube.error.PyYouTubeException: YouTubeException(status_code=400,message=Set default language to updating localizations.) where can i set this default language?