aboutsummaryrefslogtreecommitdiff
BranchCommit messageAuthorAge
mainAdd "How it works" section to README.Arun Isaac3 days
 
 
AgeCommit messageAuthor
3 daysAdd "How it works" section to README.HEADmainArun Isaac
4 daysPrint to stdout, not stderr.•••Since we are no longer printing out web links to stdout, we no longer care to separate out other printing to stderr. Arun Isaac
4 daysImplement downloader in python too.•••Passing cookies to wget on the command line is a security risk. On a shared machine, other users can see your full command line. Passing it in using the --load-cookies option is too tedious—the file format required is archaic and hard to replicate by hand. So, we simply implement the downloader in python too. In any case, this makes for a more cohesive user experience. Arun Isaac
4 daysRemove <> around YOUR-ENDPOINT-ID.Arun Isaac
4 daysInitial commitArun Isaac