antiboredom / videogrep

automatic video supercuts with python
https://antiboredom.github.io/videogrep
Other
3.33k stars 257 forks source link

fix: Use pathlib to mitigate issues with Windows paths on local files #110

Closed seanson closed 2 years ago

seanson commented 2 years ago

Fixes #109

This swaps out the os.path methods for using pathlib instead in the subtitle detection function and test path generation. This helps mitigate Windows' weird behaviour with dirname returns on files in the same directory.

antiboredom commented 2 years ago

Thanks so much for this fix - really appreciate it!