diff options
author | Pawky Languish | 2024-11-28 18:49:54 +0000 |
---|---|---|
committer | Pawky Languish | 2024-11-28 18:49:54 +0000 |
commit | 225f83f5a5f077d7b7f7c476f825a0ded8008b74 (patch) | |
tree | 9d21790c630b7130b25638a7e972a2f4d0bc983b /test.sh | |
parent | 3a6db0d0d3b9e2ce250c4c9c020d7ece4e953b13 (diff) |
add apple music
Diffstat (limited to 'test.sh')
-rwxr-xr-x | test.sh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/test.sh b/test.sh index cbe4f47..ad2942d 100755 --- a/test.sh +++ b/test.sh @@ -20,3 +20,7 @@ ./youtube.py https://www.youtube.com/playlist?list=PL0bbUqXsNHE0ZELST3vW_11GDHKDAwLYh ./youtube.py 'https://www.youtube.com/watch?v=eneLP_P1_fg&list=PL0bbUqXsNHE0ZELST3vW_11GDHKDAwLYh&index=2' ./youtube.py 'https://www.youtube.com/watch?v=I1Dy0Zfw6Qs&list=PLA1IEkclm7_JyTGyYmbT3qId167rGif8I&index=1' + +#apple music oembed only supports albums for SOME reason??? use ld+json for specific songs +./applemusic.py https://music.apple.com/us/album/wishi-wishi-edit-feat-scotts-maphuma-young-stunna-single/1781635613 +./applemusic.py https://music.apple.com/us/song/wishi-wishi-edit-feat-scotts-maphuma-young-stunna/1781635615 |