How does this determine which channel to upload to?
Specifying a channel would be great. How would I manage that? Haven't found anything in the docs.
When you run it for the first time it will ask you to authenticate by signing it. Then it pickles your cookies and saves it for next time
I see, I am trying to upload to different channels automatically.
I am now creating different profiles on the machine that will upload videos and setting those profiles depending on the video to upload.
How do you specify the profile to use? I tried adding "profile_path=profile1" to the constructor but that gives me: TypeError: YouTubeUploader.init() got an unexpected keyword argument 'profile_path'
Anyone got an example of working code that uses as specific profile?
How do you specify the profile to use? I tried adding "profile_path=profile1" to the constructor but that gives me: TypeError: YouTubeUploader.init() got an unexpected keyword argument 'profile_path'
Anyone got an example of working code that uses as specific profile?
did you ever find a fix for that?