Saving Skype video messages on a MacEdit

Grab the video URL from the local database:

$ sqlite3 Library/Application\ Support/Skype/$SKYPE_HANDLE/main.db
> select * from VideoMessages;

Then retrieve it using curl; eg:

$ curl 'https://example.net/foo.mov' > foo.mov