Calling ._get_id isn't required in new spotipy versions

This commit is contained in:
Ritiek Malhotra
2020-05-10 18:16:57 +05:30
parent b958212805
commit 819bb87fc2
4 changed files with 20 additions and 34 deletions

View File

@@ -70,13 +70,13 @@ def get_arguments(argv=None, base_config_file=spotdl.config.default_config_file)
"if `--write-to=<path/to/file.txt>` has been passed",
)
group.add_argument(
"-b",
"-a",
"--album",
help="load tracks from album URL into <album_name>.txt or if "
"`--write-to=<path/to/file.txt>` has been passed"
)
group.add_argument(
"-ab",
"-aa",
"--all-albums",
help="load all tracks from artist URL into <artist_name>.txt "
"or if `--write-to=<path/to/file.txt>` has been passed"