Skip to content

Commit

Permalink
Update README with newly added arg
Browse files Browse the repository at this point in the history
  • Loading branch information
deepjyoti30 committed Aug 27, 2023
1 parent 68d402f commit 37408c1
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -166,16 +166,16 @@ usage: ytmdl [-h] [-q] [-o OUTPUT_DIR] [--song SONG-METADATA]
[--list PATH TO LIST] [--nolocal] [--format FORMAT] [--trim]
[--version] [--keep-chapter-name] [--download-archive FILE]
[--ignore-chapters] [--ytdl-config PATH] [--dont-transcode]
[--pl-start NUMBER] [--pl-end NUMBER] [--pl-items ITEM_SPEC]
[--ignore-errors] [--title-as-name] [--level LEVEL]
[--disable-file] [--list-level]
[SONG_NAME ...]
[--filename NAME] [--pl-start NUMBER] [--pl-end NUMBER]
[--pl-items ITEM_SPEC] [--ignore-errors] [--title-as-name]
[--level LEVEL] [--disable-file] [--list-level]
[SONG_NAME [SONG_NAME ...]]

positional arguments:
SONG_NAME Name of the song to download. Can be an URL to a
playlist as well. It will be automatically recognized.

options:
optional arguments:
-h, --help show this help message and exit
-q, --quiet Don't ask the user to select songs if more than one
search result. The first result in each case will be
Expand Down Expand Up @@ -216,6 +216,9 @@ options:
directory
--dont-transcode Don't transcode the audio after downloading.
Applicable for OPUS format only. (Default: false)
--filename NAME Final filename after the song is ready to be used.
This will be given priority over automatic detection
unless dynamic filename path is set through config

Metadata:
--song SONG-METADATA The song to search in Metadata. Particularly useful
Expand Down

0 comments on commit 37408c1

Please sign in to comment.