youtube_uploader_selenium
youtube_uploader_selenium copied to clipboard
Python script to upload videos on YouTube using Selenium
## The work I've done ### Environment Win11 Python3.10.6 ### Dependencies - geckodriver path:E:\Project\dependence\geckodriver-v0.33.0-win64 has been added to the system variables - Firefox(v77.0) - selenium_firefox(v2.0.8) installed by: `pip3 install selenium_firefox`...
I am trying to use the package version and getting the error: ``` from selenium_firefox.firefox import Firefox, By, Keys ModuleNotFoundError: No module named 'selenium_firefox' ```
Specifying a channel would be great. How would I manage that? Haven't found anything in the docs.
ImportError: cannot import name 'By' from 'selenium_firefox.firefox' (/usr/local/lib/python3.10/dist-packages/selenium_firefox/firefox.py) After some research i found this line of code in your pip package: from selenium_firefox.firefox import Firefox, By , Keys on your...
Thanks for this awesome project. This helps me a lot. I noticed setting scheduled time to publish fails on my environment. I changed '%b %e, %Y' to '%Y/%m/%d' at https://github.com/linouk23/youtube_uploader_selenium/blob/555f9e4dcf80576c4faf3acefe9d429ce6f0ba0b/youtube_uploader_selenium/__init__.py#L221...
How does login work to run this program?.. Login function does not exist. `from youtube_uploader_selenium import YouTubeUploader video_path = '../test/test1.mp4' metadata_path = 'metadata.json' uploader = YouTubeUploader(video_path, metadata_path) was_video_uploaded, video_id =...
Hello, The uploader has been working great up until recently. Now, when I try to upload a video using the bot, it gets stuck after attaching the video. Here is...
from selenium_firefox.firefox import Firefox this import does not have .add_cookie method on hand and i don't want to pickle_cookies i want to add my own cookies how can i achieve...
Please add support for multiple playlists per video. Thanks!
I am trying to set this up on an EC2 instance im sshing into... any tips on getting the GUI to launch the first time? Or maybe on copying my...