sleepyfran / itunespy

:snake: A simple library to fetch data from the iTunes Store API made for Python >= 3.5
MIT License
64 stars 6 forks source link

Possible to to download movies ? #7

Closed maudit-4047 closed 4 years ago

maudit-4047 commented 4 years ago

is it possible to download movies that i bought with python and sync it with the library ? iTunes produce horrible speeds ..i tried with IDM but that don't work bcs i can't play the file maybe library sync issue .

sleepyfran commented 4 years ago

Hi! What’s your use case with itunespy in this case? As far as I known there’s no way to download movies through this API since there’s no authentication.

Sent with GitHawk

maudit-4047 commented 4 years ago

Thanks for the reply ...the thing is download speed with iTunes is very maybe that is itunes.exe limitation that's why i wanted to know if it was possible to download movies or songs with a python based downloader so that i can play it with itunes offline

sleepyfran commented 4 years ago

As far as I know there's no way to do it through this API, since you can only retrieve public resources and not things that require authentication. Good luck with your search, though!