From 77d9e877998a390a39bbba597edf6782e0b20350 Mon Sep 17 00:00:00 2001 From: dropcodes <97192664+dropcreations@users.noreply.github.com> Date: Tue, 28 Nov 2023 20:59:48 +0530 Subject: [PATCH] Update manzana.py --- manzana.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manzana.py b/manzana.py index 170a2d9..bb741c0 100644 --- a/manzana.py +++ b/manzana.py @@ -70,7 +70,7 @@ def main(): parser.add_argument( 'url', nargs='+', - help="Apple Music URL(s) for artist, album, song or music-video", + help="Apple Music URL(s) for artist, album, song, playlist or music-video", type=str )