Age | Commit message (Expand) | Author |
---|---|---|
6 hours | Resume interrupted downloads.HEADmain | Arun Isaac |
4 days | Add "How it works" section to README. | Arun Isaac |
5 days | Print 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 |
5 days | Implement 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 |
5 days | Remove <> around YOUR-ENDPOINT-ID. | Arun Isaac |
5 days | Initial commit | Arun Isaac |