Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-04-01 | Remove the login function/script | Yaohan Chen | |
The discover-url script can handle login by itself, so it saves time to just skip visiting the login page. | |||
2014-04-01 | Support the new Humble Bundle page | Yaohan Chen | |
Use PhantomJS to handle the dynamically generated page and captchas. Add options to specify the location of PhantomJS scripts and configuration file. Update README on requirements, usage, and debugging information. Update CHANGELOG. | |||
2014-01-12 | Change version number to v0.5 and update CHANGELOGHEADv0.5master | Eric Anderson | |
2014-01-07 | Give password to curl on stdin | Devin J. Pohly | |
Prevents password from appearing in `ps' output for curl. | |||
2014-01-07 | Allow user to enter password manually | Devin J. Pohly | |
For users concerned about password security, who don't want to store their password in a file or have it visible in `ps' output. | |||
2014-01-07 | URL-encode username and password | Devin J. Pohly | |
This fixes a problem where credentials with characters such as [+%&] would not work. | |||
2013-10-19 | Change version number to v0.4 and update CHANGELOGv0.4 | Eric Anderson | |
2013-10-19 | Fix URL extraction | Yaohan Chen | |
The listing page source code has changed so that href= is on its own line. The previous discover_url() picks this up and prints/uses download URLs in the form of "href='https...". This change fixes the problem. | |||
2013-07-05 | Change version number to v0.3 and update CHANGELOGv0.3 | Eric Anderson | |
2013-07-05 | Add support for gnome-keyring-query | Eric Anderson | |
This allows using an encrypted password store and prevents the password from being viewed by other users on the same computer. | |||
2013-07-05 | Use a heredoc in usage() instead of many echos | Eric Anderson | |
2013-06-15 | Change version number to v0.2 and update CHANGELOGv0.2 | Eric Anderson | |
2013-06-15 | Search PATH for executables instead of hard-coding | Eric Anderson | |
2013-06-15 | Refactor download location handling | Eric Anderson | |
We now handle many more cases and show clear error messages when using conflicting features. | |||
2013-06-09 | If file is found in STORAGE directory, no need for a key or user. | Thomas Riccardi | |
2013-06-09 | Update README | Thomas Riccardi | |
2013-06-09 | Add -d STORAGE directory: if set, the script will first search in this ↵ | Thomas Riccardi | |
directory if the file is present. If not, it will be downloaded there. | |||
2013-06-09 | Accept hib:// scheme for file | Thomas Riccardi | |
2013-01-13 | Initial commitv0.1 | Eric Anderson | |
Script is fully-functional, but does not support a configuration file. |