I have a variable videoURL of type NSURL.
videoURL
If I call println(videoURL) it would return something like this: http://files.parsetfss.com
println(videoURL)
http://files.parsetfss.com
deprecated as of iOS 9
1: import AssetsLibrary
import AssetsLibrary
2: Use this code to save video from url to camera library.
ALAssetsLibrary().writeVideoAtPathToSavedPhotosAlbum(outputFileURL, completionBlock: nil)