Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

cookies file doesn't get processed correctly #655

Closed
stangri opened this issue May 15, 2016 · 2 comments
Closed

cookies file doesn't get processed correctly #655

stangri opened this issue May 15, 2016 · 2 comments
Labels
Milestone

Comments

@stangri
Copy link

stangri commented May 15, 2016

I've exported cookies from Chrome using cookies.txt extension and it had some dots:

host.com TRUE / FALSE 1486337059.xxxxx login
host.com TRUE / FALSE 1549409059.xxxxx auth

wget works with this cookie file as is, for aria2c I've had to remove the ".xxxxx" part to make it send login/auth from this cookie file.

@tatsuhiro-t
Copy link
Collaborator

Thank you for reporting this issue. Looks like chrome puts subsecond time in expires date, and aria2 does not understand it.

@tatsuhiro-t
Copy link
Collaborator

Fix committed via bafbbe7

@tatsuhiro-t tatsuhiro-t added this to the v1.23.0 milestone May 15, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants