Apple's Safari web browser binary cookies format (de)serializer written in Python. Our modifications to the original sources include the fix for "the year 2038 problem" on 32-bit systems, Netscape traditional `cookies.txt' file format support, and use of Pydantic V1 which does not pull in Rust unlike V2 which the project needlessly assumes by default.
7 lines
341 B
Plaintext
7 lines
341 B
Plaintext
Python library and command-line tool for reading and writing binary
|
|
cookies files used by Apple's Safari web browser on macOS and iOS.
|
|
|
|
The `bcparser' program supports three output types: JSON (default),
|
|
ASCII (line-by-line text format), and Netscape legacy `cookies.txt'
|
|
format used by popular tools such as curl, wget, yt-dlp, and others.
|