youtube_uploader_selenium icon indicating copy to clipboard operation
youtube_uploader_selenium copied to clipboard

Python script to upload videos on YouTube using Selenium

Results 53 youtube_uploader_selenium issues
Sort by recently updated
recently updated
newest added

My problem is that after script finishes, it closes firefox and upload stops. Also Thumbnail and Tags are missing, kinda big deal with automation

As I understood the script uses firefox, but firefox does not work without Linux GUI. I get ``` Traceback (most recent call last): File "upload.py", line 19, in main(args.video, args.meta)...

Does the meta json file handle tags?

My title is set to the title in my metadata.json and the default title youtube gives, is there a way to fix that ?

please make a colab notebook for this project, thanks!

Is it exist official documentation for metadata.json?

TypeError: WebDriver.__init__() got an unexpected keyword argument 'firefox_profile'

Any ideas on how to fix this? I've tried copying my firefox profile folder from my local comp into this scripts profile folder but no success

Note: You need to use Linux because the module geckodriver-autoinstaller it uses does not work for Windows anymore. I use: Ubuntu 23.10 Selenium 3.14.1 Example JSON: ``` [ { "title":...