get-pytube / pytube3

A lightweight, dependency-free Python 3 library (and command-line utility) for downloading YouTube Videos.
https://pytube3.readthedocs.io
Other
178 stars 55 forks source link

fix for cipher error #87

Open eo-uk opened 4 years ago

eo-uk commented 4 years ago

The key is sometimes given as cipher, sometimes as signatureCipher. Code fails to execute properly if it only looks for cipher so additional check for signatureCipher added to fall back on.