ohchad
Results
2
comments of
ohchad
I really liked this approach while it worked, but I can not have all these hacks in a production build and so, I'll be removing it from my project... wasted...
Not working for me either, but I suggest the following cookie shortcut over get_cookies_from_file ```python # rawdata = document.cookies rawdata = '_ttp=2N1PnWeqGTiw...' cookies = (dict(i.split('=', 1) for i in rawdata.split(';...