From e7f03e63bde788af745268cee2f1223518e5d917 Mon Sep 17 00:00:00 2001 From: Sean Reifschneider Date: Thu, 22 Feb 2024 19:07:00 -0700 Subject: [PATCH] Alternate run commands for ytmusicapi --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 92edf2f..557cc8d 100644 --- a/README.md +++ b/README.md @@ -99,6 +99,10 @@ OR Run `s2yt_ytoauth` +OR + +Run `python -m spotify2ytmusic ytoauth` + This will give you a URL, visit that URL and authorize the application. When you are done with the import you can remove the authorization for this app. @@ -168,7 +172,7 @@ will not duplicate entries on the playlist. ### Login to YTMusic -`ytmusicapi oauth` or `s2yt_ytoauth` +`ytmusicapi oauth` or `s2yt_ytoauth` or `python -m spotify2ytmusic ytoauth` This will give you a URL, visit that URL and authorize the application. When you are done with the import you can remove the authorization for this app.