Skip to content

aglee/wwdc-downloader

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

WWDC Video and PDF downloder

This script is a bash script that should work out of the box without any needs of extra software or development package.

It's main purpose is to login into your Apple developer account and retreive all videos and associated documentations into a local folder arbitrary created on your Desktop (mac os architecture). Video resources taken (SD) and PDF take about 52GB of disk space, so if for some reason you do not have downloaded it in one shot, the script take it back when it have been stoped and does not download again averything.

There is 2 versions for the same script:

  1. wwdcVideoPDFGet.sh => initial version based on wget
  2. wwdcVideoPDFGet-curlVersion.sh => adapted version based on curl (no need for wget)

Usage

wwdcVideoPDFGet.sh <Apple Developer account login>

or

wwdcVideoPDFGet-curlVersion.sh <Apple Developer account login>

You will be prompted for your Apple Developer password.

If you want to download the HD versions, globally replace "SD" throughout the script with "HD". Note that the HD files are roughly 6 times larger than the SD versions, so make sure you have enough free disk space.

More information on http://blog.hoachuck.biz/blog/2013/06/15/script-to-download-wwdc-2013-videos/

Requirements

Work on MAC OS X. Should be easily adapted for any Linux system.

About

WWDC video and PDF downloader

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%