jumpcutter icon indicating copy to clipboard operation
jumpcutter copied to clipboard

pytube3

Open hbmartin opened this issue 4 years ago • 3 comments

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

hbmartin avatar Jan 27 '20 17:01 hbmartin

Thanks dude!

HaujetZhao avatar Mar 17 '20 11:03 HaujetZhao

got an issue

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

sh4m3-thecoder avatar Apr 25 '20 14:04 sh4m3-thecoder

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

Something like: pip uninstall pytube pip install pytube3

BrenekH avatar Apr 25 '20 17:04 BrenekH