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 the shell script wrapper #92

Closed danielpunkass closed 5 years ago

danielpunkass commented 5 years ago

The wrapper script didn't handle being run from a folder whose path contains spaces.

ohoachuck commented 5 years ago

Thanks, this shell script was indeed a quick workaround. Make me think that I forget to fire my Radar to apple for current Swift 5 bug that prevent the script to work without swiftc. I'll do it now.

O.