kairi003 / Get-cookies.txt-LOCALLY

Get cookies.txt, NEVER send information outside.
MIT License
325 stars 30 forks source link

2 TAB issue #4

Closed nextquick closed 1 year ago

nextquick commented 1 year ago

Sometimes fields are separated with two TAB instead of one. Please see attached capture.

BTW, an idea: old "get cookies.txt" extension (not yours, I know!) had a counter on the icon, was quite handy...

Nice extension, thanks! get_cookies_issue

nextquick commented 1 year ago

Ok, the issue is not the 2 tabs but a missing "0" between them. Thanks

kairi003 commented 1 year ago

Thank you!

The specification to set the Expiries column to empty in the Session cookie was followed in "Get cookies.txt".

However, I checked other tools and found that curl set 0, and Python did not create rows. I will make it set to 0 as you suggested.

kairi003 commented 1 year ago

I'll add Counter in the future, thanks!

kairi003 commented 1 year ago

Resolved by #5 #6