carykh / jumpcutter

Automatically edits vidx. Explanation here: https://www.youtube.com/watch?v=DQ8orIurGxw
MIT License
3.07k stars 544 forks source link

pytube3 #152

Open hbmartin opened 4 years ago

hbmartin commented 4 years ago

Hello, opening this issue to let you know that there is a new, actively maintained, Python3 only pytube fork: https://github.com/hbmartin/pytube3

HaujetZhao commented 4 years ago

Thanks dude!

sh4m3-thecoder commented 4 years ago

got an issue

ImportError: cannot import name 'YouTube' from 'pytube' (unknown location)

BrenekH commented 4 years ago

@Dito2007baik It is likely that you just need to uninstall pytube and install pytube3.

Something like: pip uninstall pytube pip install pytube3