diff options
-rw-r--r-- | README | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -1,5 +1,6 @@ Tool to download Humble Indie Bundle binaries by file name Author: Eric Anderson <ejona86@gmail.com> +Contributor: Thomas Riccardi <riccardi.thomas@gmail.com> Description =========== @@ -9,6 +10,8 @@ useful when needing to download a particular Humble Bundle file via a script. The script does very little other than argument parsing; it effectively has only two "real" lines of functionality. +It also manages a storage directory where already downloaded file can be found. + Installation and Usage ====================== @@ -20,9 +23,7 @@ download the file so a different HTTP downloader such a Wget can be used. To use as a DLAGENT for the 'hib' scheme, you can modify makepkg.conf: DLAGENTS=(... - 'hib::/usr/bin/hib-dlagent -k 1a2b3c -o %o $(echo %u | cut -c 7-)' + 'hib::/usr/bin/hib-dlagent -k 1a2b3c -o %o %u' ...) -The 'cut -c 7-' removes the 'hib://' portion from the URL. - Run with the -h argument for more information. |