carykh / jumpcutter

Automatically edits vidx. Explanation here: https://www.youtube.com/watch?v=DQ8orIurGxw
MIT License
3.07k stars 544 forks source link

PyTube3 makes jumpcutter run of Fedora32 #176

Open Shapkofil opened 4 years ago

Shapkofil commented 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

m-rey commented 4 years ago

Indeed, see PR #169

WyattBlue commented 4 years ago

If it's any solace to you, you can try my fork that doesn't use PyTube.