Not working on MacOS
Opened this issue · 1 comments
alidaf commented
I wrote a script years ago for Linux but lost it and now have a Mac. I've tried to use this but I just can't get it to work. I've replaced the /usr/bin/env/python with /usr/bin/env/python3 just to get it to run, but still get:
./subextract.py *.mks
File "/Volumes/video/Rips/./subextract.py", line 97
stdout).
^
SyntaxError: unmatched ')'
kkm commented
I found and fix in row 73 number:
https://github.com/Arcitec/BananaScripts/blob/main/mkvextract-allsubs#L73
files: list[Path] = []
to files = []