aseidlitz / CookieExporter

Simple command line utility for converting binary cookie format used by Safari on macOS Sierra.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

🍪 Cookie Export Utility for Safari

Simple command line utility for converting binary cookie format used by Safari on macOS Sierra to format compatible with curl and youtube-dl.

Usage: ./CookieExporter http://cookie-domain.example.com

To export cookies to a file use shell redirect: ./CookieExporter http://cookie-domain.example.com > cookies.txt

Based on a sample code by Hendrik Grahl.

About

Simple command line utility for converting binary cookie format used by Safari on macOS Sierra.


Languages

Language:Swift 100.0%