/appletv-screensaver-downloader

Download new AppleTV screensaver videos

Primary LanguagePythonMIT LicenseMIT

Download AppleTV screensaver videos

Get a local copy of those sweet aerial videos for use with the save hollywood screensaver or the like.

Prereqs

  • Python 2.7 (comes preinstalled on OSX)
  • virtualenv

Installation & Use

Clone this repo. Then run the following commands:

$ virtualenv venv
$ source venv/bin/activate
$ pip install -r requirements.txt
$ ./download.py

This will download the videos into the videos directory. If the URL for the videos data were to change, you can pass in an alternate URL as an argument to download.py.

Enjoy!

- pmac