browser_cookie3
browser_cookie3 copied to clipboard
Add support for browsers lynx and w3m
These are two text-based browsers from 1992 and 1995, which are both still maintained. Their cookie files are just simple tab-separated text files. This PR simply parses these text files and reads the cookies from them. For now I implemented only Linux support. Lynx runs also on Windows, but probably this needs adjustments which I will not implement.
@borisbabic Any thoughts on that?