1
0
mirror of https://github.com/ytdl-org/youtube-dl.git synced 2026-04-28 01:33:24 +00:00

Use bidiv instead of fribidi if available (Fixes #1912)

This commit is contained in:
Philipp Hagemeister
2013-12-23 04:19:20 +01:00
parent c7b487d96b
commit 5d681e960d
2 changed files with 17 additions and 8 deletions
+1 -1
View File
@@ -194,7 +194,7 @@ def parseOpts(overrideArguments=None):
type=float, default=None, help=optparse.SUPPRESS_HELP)
general.add_option(
'--bidi-workaround', dest='bidi_workaround', action='store_true',
help=u'Work around terminals that lack bidirectional text support. Requires fribidi executable in PATH')
help=u'Work around terminals that lack bidirectional text support. Requires bidiv or fribidi executable in PATH')
selection.add_option(