timkoehne / Youtube-Upload-Selenium

Python Interface for uploading Youtube Videos using Selenium Webdriver
MIT License
2 stars 0 forks source link
firefox-driver python selenium upload youtube

Youtube Uploader

This is a python module that uses selenium webdriver to upload videos to youtube.

Since this uses selenium to nagivate the HTML of youtube, this WILL probably break when youtube updates their frontend. Last verified to work on 12 Jan 2024.

Requirements

Usage

You need to be logged in on youtube in your firefox-profile

see example usage in example_single_video.py and example_multiple_videos.py

Possible problems