mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2025-09-28 18:04:49 +00:00
Release 2021.12.01
This commit is contained in:
@@ -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(
|
||||
|
Reference in New Issue
Block a user