Skip to content

Python script to convert cookies copied from Chrome DevTools Application Tab to Netscape format.

License

Notifications You must be signed in to change notification settings

davzarov/fictional-disco

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

fictional-disco

Python script to convert cookies to Netscape format to consume in applications like curl, wget or youtube-dl.

Netscape format

  • domain: the domain name.
  • flag: include subdomains.
  • path: path.
  • secure: send/receive over HTTPS only.
  • expiration: seconds since Jan 1st 1970, or 0.
  • name: name of the cookie.
  • value: value of the cookie.

Requirements

  • Python
  • Cookies copied from Chrome DevTool Application Tab

About

Python script to convert cookies copied from Chrome DevTools Application Tab to Netscape format.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages