ohoachuck / wwdc-downloader

WWDC 2019 video downloader script written in Swift - no external dependency.
http://blog.hoachuck.biz
1.49k stars 142 forks source link

Request to Download Specific Videos #51

Closed bmkaiser closed 8 years ago

bmkaiser commented 8 years ago

It would helpful if we could specify the specific videos to download instead of all the videos.

ohoachuck commented 8 years ago

Hello, FYI, this option have been added with --sessions. You can now do something like ./wwdc2016.swift --sessions 503 504 This will only get sessions 503 and 504.

Thanx.