Skip to content

Instantly share code, notes, and snippets.

View sindongboy's full-sized avatar

Donghun Shin sindongboy

  • SK planet
  • Seoul, South Korea
View GitHub Profile
#!/usr/bin/env python
"""Outputs the WebKit cookies for a specified URL.
Useful for wget'ing URLs which require authentication.
$ python thisfile.py http://example.com > wgetcookies.txt
$ wget --load-cookies wgetcookies.txt http://example.com/example.zip
"""
import objc
from Foundation import NSHTTPCookieStorage, NSURL