You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 1, 2021. It is now read-only.
When I download video 043 App - Is It Prime? in Swift 4 Deep Dive from the course Complete IOS11 Development Course, the script crashed. On Window, the following characters \ / : * ? " < > | cannot be used in filename so I guess the character ? in the video name is the cause.
I wonder if we could parse those characters into ASCII strings (or something else) before saving to disk?
Thanks
The text was updated successfully, but these errors were encountered:
Hi,
When I download video
043 App - Is It Prime?
inSwift 4 Deep Dive
from the course Complete IOS11 Development Course, the script crashed. On Window, the following characters\ / : * ? " < > |
cannot be used in filename so I guess the character?
in the video name is the cause.I wonder if we could parse those characters into ASCII strings (or something else) before saving to disk?
Thanks
The text was updated successfully, but these errors were encountered: