1
0
mirror of https://github.com/yt-dlp/yt-dlp.git synced 2025-10-04 12:34:53 -04:00

Release 2021.12.01

This commit is contained in:
pukkandan
2021-12-01 05:46:15 +05:30
parent 2aa5e2cc01
commit 91f071af60
8 changed files with 275 additions and 35 deletions

View File

@@ -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(