youtube_uploader_selenium icon indicating copy to clipboard operation
youtube_uploader_selenium copied to clipboard

How does this determine which channel to upload to?

Open ATroschke opened this issue 2 years ago • 4 comments

Specifying a channel would be great. How would I manage that? Haven't found anything in the docs.

ATroschke avatar Jun 07 '23 22:06 ATroschke

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

MD-Wade avatar Jun 08 '23 20:06 MD-Wade

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.

ATroschke avatar Jun 08 '23 21:06 ATroschke

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?

HasseM avatar Jul 13 '23 15:07 HasseM

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?

modpotato avatar Jul 31 '24 00:07 modpotato