Skip to content

tubaman/cookiestxt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cookiestxt

A version of Python's MozillaCookieJar that produces cookies.txt files that are compatible with curl/wget.

MozillaCookieJar is a great idea. It just doesn't work well right now without this patch. So, I've applied the patch here.

Use it like you would use MozillaCookieJar.

from cookiestxt import MozillaCookieJar
cj = MozillaCookieJar()
...

About

A version of MozillaCookieJar that works with curl/wget

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages