mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2025-09-24 15:50:10 +00:00
[docs] Change all examples to use double quotes
to be platform-agnostic
This commit is contained in:
@@ -991,8 +991,9 @@ def parseOpts(overrideArguments=None):
|
||||
filesystem.add_option(
|
||||
'-a', '--batch-file',
|
||||
dest='batchfile', metavar='FILE',
|
||||
help="File containing URLs to download ('-' for stdin), one URL per line. "
|
||||
"Lines starting with '#', ';' or ']' are considered as comments and ignored")
|
||||
help=(
|
||||
'File containing URLs to download ("-" for stdin), one URL per line. '
|
||||
'Lines starting with "#", ";" or "]" are considered as comments and ignored'))
|
||||
filesystem.add_option(
|
||||
'--no-batch-file',
|
||||
dest='batchfile', action='store_const', const=None,
|
||||
|
Reference in New Issue
Block a user