Merge b8d6126d30
into 4d05f84325
This commit is contained in:
commit
78041b7bb4
@ -128,10 +128,10 @@ Alternatively, refer to the [developer instructions](#developer-instructions) fo
|
|||||||
CIDR notation
|
CIDR notation
|
||||||
|
|
||||||
## Video Selection:
|
## Video Selection:
|
||||||
--playlist-start NUMBER Playlist video to start at (default is
|
--playlist-start NUMBER Playlist index of first item to include (default
|
||||||
1)
|
is 1)
|
||||||
--playlist-end NUMBER Playlist video to end at (default is
|
--playlist-end NUMBER Playlist index of last item to include (default
|
||||||
last)
|
is last)
|
||||||
--playlist-items ITEM_SPEC Playlist video items to download.
|
--playlist-items ITEM_SPEC Playlist video items to download.
|
||||||
Specify indices of the videos in the
|
Specify indices of the videos in the
|
||||||
playlist separated by commas like: "--
|
playlist separated by commas like: "--
|
||||||
|
@ -256,11 +256,11 @@ def parseOpts(overrideArguments=None):
|
|||||||
selection.add_option(
|
selection.add_option(
|
||||||
'--playlist-start',
|
'--playlist-start',
|
||||||
dest='playliststart', metavar='NUMBER', default=1, type=int,
|
dest='playliststart', metavar='NUMBER', default=1, type=int,
|
||||||
help='Playlist video to start at (default is %default)')
|
help='Playlist index of first item to include (default is %default)')
|
||||||
selection.add_option(
|
selection.add_option(
|
||||||
'--playlist-end',
|
'--playlist-end',
|
||||||
dest='playlistend', metavar='NUMBER', default=None, type=int,
|
dest='playlistend', metavar='NUMBER', default=None, type=int,
|
||||||
help='Playlist video to end at (default is last)')
|
help='Playlist index of last item to include (default is last)')
|
||||||
selection.add_option(
|
selection.add_option(
|
||||||
'--playlist-items',
|
'--playlist-items',
|
||||||
dest='playlist_items', metavar='ITEM_SPEC', default=None,
|
dest='playlist_items', metavar='ITEM_SPEC', default=None,
|
||||||
|
Loading…
Reference in New Issue
Block a user