carykh / jumpcutter

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

Update requirements.txt #160

Open HaujetZhao opened 4 years ago

HaujetZhao commented 4 years ago

the pytube is updated to pytube3

HaujetZhao commented 4 years ago

Fix the problem that video files whose path contains space or other special characters can't be supported.

HaujetZhao commented 4 years ago

test if the TEMP folder already exists, when it does, delete it. Prevent the error when creating TEMP while the TEMP already exists.

If we interrupted the editing process, it could leave the TEMP file undeleted, which causes errors when next edit.

HaujetZhao commented 4 years ago

delete a comment which might disturb the deletion of TEMP

integerrr commented 4 years ago

"Update requirements.txt" should not take 20 commits to do, most of these commits aren't even relevant to "updating requirements.txt"