linouk23 / youtube_uploader_selenium

Python script to upload videos on YouTube using Selenium
MIT License
622 stars 211 forks source link

colab request #73

Open mikebilly opened 2 years ago

mikebilly commented 2 years ago

please make a colab notebook for this project, thanks!

ghost commented 1 year ago

Colab seems to limit its upload speed, which makes uploading videos to Youtube too slow 😔 Run from Colab:

!apt install speedtest-cli
!speedtest-cli --secure

result:

Download: 3097.50 Mbit/s
Upload: 4.17 Mbit/s

Unless we can bypass the limit, it wouldn't be practical.