Release 2021.12.01
This commit is contained in:
parent
2aa5e2cc01
commit
91f071af60
8 changed files with 275 additions and 35 deletions
|
|
@ -95,6 +95,7 @@ def _real_main(argv=None):
|
|||
if opts.batchfile is not None:
|
||||
try:
|
||||
if opts.batchfile == '-':
|
||||
write_string('Reading URLs from stdin:\n')
|
||||
batchfd = sys.stdin
|
||||
else:
|
||||
batchfd = io.open(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue