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

Fix downloading of sample code #94

Closed atommclain closed 5 years ago

atommclain commented 5 years ago

This fix attempts to resolve Issue #93 Downloading of sample code fails.

Running the command ./wwdcDownloader.sh --sample-only downloads sample code, where before this change no sample code was downloaded.

Known issue: Session 420 fails as the download link points to a GitHub repository

First open source pull request!

ohoachuck commented 5 years ago

Hey @atommclain, thanks for fixing this. I'm glad you have chosen wwdcDownloader for your 1st Open Source PR. Watch out, you might get to like it ... :)

O.