Git Product home page Git Product logo

wwdc-downloader's Introduction

WWDC 2017 Video sessions bulk download (wwdc2017.swift)

Note: the previous wwdcVideoPDFGet-curlVersion.sh has been deprecated (see previous readme)

wwdc2017.swift script is a Swift script that should work out of the box without any needs of extra software or development package.


Its main purpose is to let you bulk download all WWDC session videos and pdf resources in one shot. Current script version only supports WWDC 2017. You can use previous wwdc2016.swif for 2016 video sessions.

So far the script is basic and does not come with as many options as the previous deprecated script (wwdcVideoPDFGet-curlVersion.sh).

Ok, this script is not the best in class solution to get WWDC videos and other resources. It was mainly created for 2 purposes: (1) play and explore with Swift scripting - for the Marketing guy I am - and (2) have a mean to bulk download in an exernal drive the all videos in one shot while benefiting from WWDC conf center fast internet connection.

Using the options below, you can choose to retrieve HD or SD videos and whether to download the pdf resource as well.

Note: script will download videos/pdfs in the current directory.

Usage

./wwdc2017.swift

downloads by default WWDC 2017 HD videos sessions.

Options

You can try wwdc2017.swift --help for more options.

Usage: wwdc2017.swift [--hd] [--sd] [--pdf] [--pdf-only] [--sessions <s1 s2 ...>] [--help]

Examples:

	- Download all SD videos for wwdc 2017:
		./wwdc2017.swift --sd
		
	- Download all SD videos & the slides PDF for wwdc 2017:
		./wwdc2017.swift --sd --pdf
	
	- Download only all PDF for wwdc 2017:
		./wwdc2017.swift --pdf-only

	- Download only SD videos + PDFs for sessions 503 and 504 for wwdc 2017:
		./wwdc2017.swift --sd --pdf --sessions 503 504

Requirements

Works on macOS.

Related content

You might want to discover the great WWDC Mac app from Guilherme Rambo: https://github.com/insidegui/WWDC

wwdc-downloader's People

Contributors

ohoachuck avatar aglee avatar mrcljx avatar whakkee avatar stephenfeather avatar fehmitoumi avatar chandanankush avatar patricks avatar mightyleader avatar pinxue avatar shrimantnikate avatar rad182 avatar readmecritic avatar marczobec avatar jacobvanorder avatar hirohitokato avatar demitri avatar mootpointer avatar

Watchers

James Cloos avatar Jonny avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.