Skip to content

Commit

Permalink
Update Readme with latest usage details
Browse files Browse the repository at this point in the history
  • Loading branch information
deepjyoti30 committed Nov 7, 2021
1 parent 03bfb34 commit 0227541
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -157,9 +157,9 @@ You can manually install `ytmdl` by cloning this repository and running the `set
## Usage

```console
usage: ytmdl [-h] [-q] [-o SONG-DIR] [--song SONG-METADATA] [--choice CHOICE]
[--artist ARTIST] [--album ALBUM] [--disable-metaadd]
[--skip-meta] [-m] [--itunes-id ITUNES_ID]
usage: ytmdl [-h] [-q] [-o OUTPUT_DIR] [--song SONG-METADATA]
[--choice CHOICE] [--artist ARTIST] [--album ALBUM]
[--disable-metaadd] [--skip-meta] [-m] [--itunes-id ITUNES_ID]
[--spotify-id SPOTIFY_ID] [--disable-sort] [--ask-meta-name]
[--on-meta-error ON_META_ERROR] [--proxy URL] [--url URL]
[--list PATH TO LIST] [--nolocal] [--format FORMAT] [--trim]
Expand All @@ -178,9 +178,10 @@ optional arguments:
-q, --quiet Don't ask the user to select songs if more than one
search result. The first result in each case will be
considered.
-o, --output The location for the song to be downloaded
to. When no argument is passed, the default locations
of SONG_DIR or XDG_MUSIC_DIR are used.
-o OUTPUT_DIR, --output-dir OUTPUT_DIR
The location for the song to be downloaded to. When no
argument is passed, the default locations of SONG_DIR
or XDG_MUSIC_DIR are used.
--proxy URL Use the specified HTTP/HTTPS/SOCKS proxy. To enable
SOCKS proxy, specify a proper scheme. For example
socks5://127.0.0.1:1080/. Pass in an empty string
Expand Down

0 comments on commit 0227541

Please sign in to comment.