Skip to content

Latest commit

 

History

History
15 lines (13 loc) · 526 Bytes

README.md

File metadata and controls

15 lines (13 loc) · 526 Bytes

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