MozillaCookieJar works for curl's cookies
.. class:: MozillaCookieJar(filename, delayload=None, policy=None)
A :class:`FileCookieJar` that can load from and save cookies to disk in the
- Mozilla ``cookies.txt`` file format (which is also used by the Lynx and Netscape
- browsers).
+ Mozilla ``cookies.txt`` file format (which is also used by curl and the Lynx
+ and Netscape browsers).
.. note::
This class differs from CookieJar only in the format it uses to save and
load cookies to and from a file. This class uses the Mozilla/Netscape
- `cookies.txt' format. lynx uses this file format, too.
+ `cookies.txt' format. curl and lynx use this file format, too.
Don't expect cookies saved while the browser is running to be noticed by
the browser (in fact, Mozilla on unix will overwrite your saved cookies if