joaoricardo000 / whatsapp-bot-seed

A small python framework to create a whatsapp bot, with regex-callback message routing.
727 stars 245 forks source link

Not able to download Youtube Videos #41

Closed Sunil02324 closed 8 years ago

Sunil02324 commented 8 years ago

When a youtube url is passed the following error is raised

CipherError: Couldn't cipher the signature. Maybe YouTube has changed the cipher algorithm. Notify this issue on GitHub: Could not find JS function ' rr'

x23piracy commented 8 years ago

Hi,

is pytube installed? pip install pytube

Regards X23

joaoricardo000 commented 8 years ago

Hi @Sunil02324, thats a problem with pytube. https://github.com/nficano/pytube/issues/88

Looks like they fixed it on the last update, try updating pip install -U pytube

If the problem continue, if you could, try downloading this video with youtube-dl https://github.com/rg3/youtube-dl If it works, report back!

I'm considering change to then, looks like they are more stable, and also downloads from vimeo and others..