Open Shapkofil opened 4 years ago
switch pytube in the requirements.txt to pytube3 there is an error that pops up when with the initial packege ImportError: cannot import name 'quote' from 'pytube.compat' changing pytube to pytube3 fixes the problem
Indeed, see PR #169
If it's any solace to you, you can try my fork that doesn't use PyTube.
switch pytube in the requirements.txt to pytube3 there is an error that pops up when with the initial packege ImportError: cannot import name 'quote' from 'pytube.compat' changing pytube to pytube3 fixes the problem