Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is where the world builds software
Millions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world.
use cookies to download error #9251
Comments
Token713
commented
Apr 20, 2016
•
|
Put path to cookie file in quotes. |
|
now ,the new error: Traceback (most recent call last): |
|
Malformed cookie file. |
|
how to output the right format of cookies.txt?Is there a tools to output cookies,i used the Mozilla Firefox and it has no tools to out put cookies. |
|
There numerous cookie exporting add-ons for Firefox available. |
|
i used the firebug,and it output the format like this: |
|
Firebug is a script for Firefox,http://getfirebug.com/ |
|
Is there anyother scripts for Firefox? |
|
The error message indicates a line in |
|
But if if cookie expiration value is "session". in this case expiration will be empty. So it means that |
|
My cookies.txt uses 0 as the expiry time for session cookies. A webpage [1] states the same rule. However, I can't find a standard/RFC for that. [1] http://tutorialspots.com/curl-cookie-file-format-124.html |
