mirror of
https://github.com/CCExtractor/ccextractor.git
synced 2026-02-17 05:25:33 +00:00
Stdin overrides --stream value #190
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @mackworth on GitHub (Oct 10, 2016).
Using
-to specify stdin as input file sets the stream timeout to -1, overrding the value set with the--streamoption. The STDIN parameter processing should only change this value to -1 if it's still at the default 0). A workaround is to put--stream 1after the-, which works fine, despite the command-line syntax ofccextractor [options] input file...