Alexey Dokuchaev a94b51d407 www/py-binarycookies: new port had been added (+)
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.
2025-06-25 16:22:30 +00:00

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.