Pytube givng an "HTTP Error 404: Not Found" error. Anyone knows how to fix this?
This was a known bug with pytube
.
python -m pip install --upgrade pytube
it got fixed.
Version 10.8.5 solves the problem. Upgrade with
python -m pip install --upgrade pytube