diff options
Diffstat (limited to 'www/py-binarycookies/pkg-descr')
-rw-r--r-- | www/py-binarycookies/pkg-descr | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/www/py-binarycookies/pkg-descr b/www/py-binarycookies/pkg-descr new file mode 100644 index 000000000000..e53f18a363c9 --- /dev/null +++ b/www/py-binarycookies/pkg-descr @@ -0,0 +1,6 @@ +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. |