Add an option to grab an album (#142)

This commit is contained in:
Valérian Galliat
2017-10-08 10:13:55 -04:00
committed by Ritiek Malhotra
parent 98d21bbad9
commit 237b4cca7e
3 changed files with 58 additions and 10 deletions

View File

@@ -41,6 +41,8 @@ def get_arguments():
'-l', '--list', help='download songs from a file')
group.add_argument(
'-p', '--playlist', help='load songs from playlist URL into <playlist_name>.txt')
group.add_argument(
'-b', '--album', help='load songs from album URL into <album_name>.txt')
group.add_argument(
'-u', '--username',
help="load songs from user's playlist into <playlist_name>.txt")