• Wincent
    Open
  • Blog
  • Wiki
  • Snippets
  • Tags
  • Search

Saving Skype video messages on a MacEdit

Created 8/22/2013, updated 5/18/2017

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
  • skype
  • wiki
Site
  • About
  • Blog
  • Wiki
  • Snippets
  • Tags
  • Search
External
  • GitHub
  • Twitter
  • YouTube
  • Facebook
  • LinkedIn
Colophon

Made by Greg Hurrell using React, Relay and GraphQL (with help from Git, Redis and Neovim).