glomatico / gamdl

A Python CLI app for downloading Apple Music songs/music videos/posts.
MIT License
755 stars 85 forks source link

The source of audio files #77

Closed dimasix9 closed 5 months ago

dimasix9 commented 7 months ago

@glomatico hi, lately I was wondering what is the source of audio files you implemented. Is this AM or YouTube? I’m asking about this because in readme you mentioned that yt-dlp used for downloading. So does your app find the similar song on YT or get it directly from AM/iTunes? Thanks in advance.

Silergo commented 7 months ago

From AM itself. yt-dlp is just a module that is used for downloading. It can be applied to any streaming source, not just Youtube. If you don't like it, you can use N_m3u8DL-RE, which does the same thing.