Ignore ligagures with vobsub2srt

This commit is contained in:
Simon Bruder 2019-12-25 15:20:18 +00:00
parent 3a99c2e1e7
commit 3ea6ea02b2
No known key found for this signature in database
GPG key ID: 6F03E0000CC5B62F

View file

@ -27,7 +27,7 @@ function vobsub2srt() {
-w /data \
-u $(id -u) \
sbruder/vobsub2srt \
--blacklist '„“”|/\`_~<>' \
--blacklist '„“”|/\`_~<>flfiff' \
$@
}