We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2ee7cb7 commit 894cabaCopy full SHA for 894caba
1 file changed
README.md
@@ -22,10 +22,17 @@ Options:
22
23
Examples:
24
25
+```bash
26
+# استخراج اطلاعات از پلیلیست اسپاتیفای
27
python main.py https://open.spotify.com/playlist/37i9dQZF1DX0XUsuxWHRQd
28
+
29
+# خروجی به فرمت JSON
30
python main.py -f json https://open.spotify.com/playlist/37i9dQZF1DX0XUsuxWHRQd
31
32
+# خروجی در فایل متنی دلخواه
33
python main.py -o my_playlist.txt https://open.spotify.com/playlist/37i9dQZF1DX0XUsuxWHRQd
34
35
36
Note: The Spotify API credentials are already included in the code.
37
38
0 commit comments