From f6efdb3332a8bcae28b51d65750634a960a92270 Mon Sep 17 00:00:00 2001 From: alacleaker <50295204+glomatico@users.noreply.github.com> Date: Tue, 23 Apr 2024 00:19:59 -0300 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fa4254f..9b1f8cf 100644 --- a/README.md +++ b/README.md @@ -60,7 +60,7 @@ You can configure gamdl by using the command line arguments or the config file. | `--disable-music-video-skip` / `disable_music_video_skip` | Don't skip downloading music videos in albums/playlists. | `false` | | `--save-cover`, `-s` / `save_cover` | Save cover as a separate file. | `false` | | `--overwrite` / `overwrite` | Overwrite existing files. | `false` | -| `--read-urls-as-txt`, `-r` / - | Interpret URLs as paths to text files containing URLs. | `false` | +| `--read-urls-as-txt`, `-r` / - | Interpret URLs as paths to text files containing URLs separated by newlines. | `false` | | `--synced-lyrics-only` / `synced_lyrics_only` | Download only the synced lyrics. | `false` | | `--no-synced-lyrics` / `no_synced_lyrics` | Don't download the synced lyrics. | `false` | | `--config-path` / - | Path to config file. | `/.spotify-web-downloader/config.json` |