Commit Graph

  • d8543fb560 bumped version after merging in PR #75 main 0.4.3 Eddy Hintze 2024-08-04 20:31:47 -0400
  • b9d31d38e4 Merge branch 'sparr-download_asm' Eddy Hintze 2024-08-04 20:27:22 -0400
  • 437d234f32 Download asm.js game files #75 Clarence Risher 2024-08-04 17:37:28 -0400
  • 69393443ff added docker image. Updated readme 0.4.2 Eddy Hintze 2024-08-04 16:49:41 -0400
  • 33d78c163e Fixed ci stage name Eddy Hintze 2024-08-04 16:37:24 -0400
  • f92a501d69 Added ci job to build and release docker image Eddy Hintze 2024-08-04 16:36:26 -0400
  • e251a29771
    Merge 2011c17226 into e2e5df7529 #76 Jansen M Smith 2024-08-04 15:57:04 -0400
  • 664ab33007 Merge branch 'darylf-patch-1' into update Eddy Hintze 2024-08-04 15:53:33 -0400
  • 8065604cba Update README to address #50 Daryl Fritz 2022-02-08 21:20:42 +0000
  • 2570324202 Added Dockerfile Eddy Hintze 2024-08-04 15:52:56 -0400
  • e2e5df7529 parse version for ci to use Eddy Hintze 2024-08-04 15:24:31 -0400
  • d3161b3379
    Merge 2bc103df09 into 95302d81e5 #52 Robert Xu 2024-08-03 11:08:55 -0400
  • 7aff11913f remove publishing pkg on test branch Eddy Hintze 2024-07-31 20:29:24 -0400
  • 177eaac3fc Test publish using poetry Eddy Hintze 2024-07-31 20:26:23 -0400
  • 7369da336f Ignore ruff cache Eddy Hintze 2024-07-31 20:13:07 -0400
  • 623a64d501 formatting change. replaced setuptools with poetry Eddy Hintze 2024-07-31 19:59:58 -0400
  • 2011c17226
    explain that the space is necessary #76 Jansen M Smith 2024-07-28 20:05:13 -0400
  • 7e572f2c0d
    formatted in bash code block Jansen M Smith 2024-07-28 20:03:48 -0400
  • c16ff067d7
    Suggested changes to avoid users subjecting themselves to data leaks Jansen M Smith 2024-07-28 19:55:00 -0400
  • da640197af
    Merge 58adb5c8e3 into e6fa9e93ee #45 yakovlevtx 2024-07-27 16:58:00 -0700
  • c02b050b55
    Merge 53cc90878b into e6fa9e93ee #57 Valtteri-Jokinen 2024-07-27 16:53:17 -0700
  • e1e65e4188
    Merge 415ef1cab4 into e6fa9e93ee #42 Thomas Aglassinger 2024-07-27 16:52:53 -0700
  • 2207b20e60
    Merge 423053215a into e6fa9e93ee #44 yakovlevtx 2024-07-15 14:27:58 -0400
  • e6fa9e93ee
    Merge pull request #59 from matega/master xtream1101 2024-07-15 14:25:25 -0400
  • c09da8039a
    Merge pull request #48 from shane-kerr/fix-cli-no-args xtream1101 2024-07-15 14:23:16 -0400
  • 65f0f56ae4
    Merge 21431ebd06 into 95302d81e5 #74 Greeley 2024-04-03 00:41:06 +0200
  • 21431ebd06 Merge remote-tracking branch 'origin/main' into feature/multi-process #74 Dakota Carter 2024-03-31 04:44:26 -0400
  • d719567848 Caching Update: - caching with json is pretty crazy, so I've switched it to a csv. - added _strtobool - added _strtonone will be useful when converting old json cache - cache object inheriting list. - file operations moved to file_ops.py - readability changes... sorry - changes for consistency across trove and non-trove cache Dakota Carter 2024-03-31 04:42:26 -0400
  • d4129d9537
    Merge pull request #2 from Greeley/feature/trove_update Greeley 2024-03-30 01:36:01 -0400
  • f36e619d3f
    Merge pull request #1 from Greeley/feature/multi-process Greeley 2024-03-30 01:35:21 -0400
  • 1bc7f52d2a Process Safe File Writing - created CacheData class in cache.py - read cache data in for every write. Dakota Carter 2024-03-30 01:26:29 -0400
  • b157ed122e removed unnecessary import to base __init__.py that I pushed accidentally. #73 Dakota Carter 2024-03-29 23:00:20 -0400
  • 7953b5b2b6 multiprocessing - Downloading: basename now prints to avoid so much console spam. - join the pool to finalize it properly. Dakota Carter 2024-03-29 22:55:41 -0400
  • 27886af7a7 _get_trove_products - updated trove_base_url Dakota Carter 2024-03-29 22:33:57 -0400
  • 4228db8db4 multi-processing. - lambda to be pedantic about the type map expects. - added exception package with InvalidCookieException.py - added multiprocess package with exorcise_daemons.py - exorcise_daemons#ExorcistPool creates multiprocessing pools without creating daemons - mapped self._process_order_id to multiprocess pool of purchase_keys. Dakota Carter 2024-03-29 22:26:49 -0400
  • 24412bd827
    Merge b162b67cbc into 95302d81e5 #68 slootsky 2022-07-23 17:06:19 -0400
  • b162b67cbc Primarily updates to add parameters which improve performance. I have been using the following parameters: --chunk_size 16k --write-buffer 1G --timeout 30 #68 slootsky 2022-07-23 17:01:00 -0400
  • 6d07f45eb8
    Humble has a new link for json data #59 Dr. Galambos Máté 2022-02-19 07:31:20 +0100
  • b5d2927e28
    [docs] Update README to address #50 #58 Daryl Fritz 2022-02-08 21:20:42 +0000
  • 53cc90878b Content-type argument. Possible to download bittorrent files. #57 Valtteri-Jokinen 2022-01-22 13:17:37 +0200
  • 9c42d88ec5
    Update README.md #55 Simos Xenitellis 2022-01-18 15:41:59 +0200
  • bb3c041bcd Suppress "No url found" warning for 0 byte entries #54 Larry Hastings 2022-01-17 20:55:00 -0800
  • 2bc103df09 Add timeouts/retries #52 Robert Xu 2022-01-17 13:20:49 -0500
  • 59db1ac33f Test case for cli startup without any arguments #48 Shane Kerr 2021-11-20 11:12:50 +0100
  • 6a9773734a Fix crash if no arguments are passed to cli Shane Kerr 2021-11-20 11:07:39 +0100
  • 58adb5c8e3 Use a temporary file to prevent cache file corruption when interrupted. #45 yakovlevtx 2021-07-26 10:00:36 -0500
  • 423053215a Remove info message when verification succeeds. #44 yakovlevtx 2021-07-26 01:16:38 -0500
  • d3f4fa145c Add support for command line options to verify downloaded files. yakovlevtx 2021-07-26 00:44:38 -0500
  • b99a903434 Add local file location, web md5, and local file md5 fields, to be used for future verification function. yakovlevtx 2021-07-25 21:21:10 -0500
  • 415ef1cab4 #41 Clean up alignment of progress percentage. #42 Thomas Aglassinger 2021-05-30 13:27:45 +0200
  • 95302d81e5 Deprecate the download argument. Fixes #38 0.4.0 Eddy Hintze 2021-05-21 13:17:47 +0000
  • c6bb45911d Removed un used packages Eddy Hintze 2021-05-21 13:00:30 +0000
  • c107b65e01 Added tests to run in ci. Updated tests. Eddy Hintze 2021-05-21 12:55:34 +0000
  • c8aba1179a Flake8 fix 0.3.4 Eddy Hintze 2021-03-18 17:27:45 +0000
  • 9d4b078890 Version bump 0.3.4. Fixes #23 Eddy Hintze 2021-03-18 17:23:03 +0000
  • 3c4a6ef79c Merge branch 'matega-master' Eddy Hintze 2021-03-18 17:19:23 +0000
  • 0fbe8f3136 Download Trove games with no 'uploaded_at' field. Fixes xtream1101#23 #35 Dr. Galambos Máté 2021-03-08 11:59:52 +0100
  • d0d93d1949 typo Eddy Hintze 2021-02-14 15:51:16 +0000
  • eaa29b2148 Version 0.3.3 release 0.3.3 Eddy Hintze 2021-02-14 14:53:05 +0000
  • c451d407d8 Updated readme regarding cookies. Added --session-auth cookie option. Fixed #32, Fixed #37, Fixed #30 Eddy Hintze 2021-02-14 14:51:40 +0000
  • b335e35242 Fixed missing file on humblebundle. fixed #31, fixed #33, fixed #34 Eddy Hintze 2021-02-14 14:13:16 +0000
  • 0075f55e97 Version bump 0.3.2 0.3.2 Eddy Hintze 2020-08-10 19:06:02 +0000
  • 7b9b70197d Update Trove url to fix #28 Eddy Hintze 2020-08-10 19:05:40 +0000
  • 29cf5d7f62 Log exception when failing to get the library Eddy Hintze 2020-08-10 19:04:39 +0000
  • 8561180f3f Flake8 fix 0.3.1 Eddy Hintze 2020-05-17 01:42:30 -0400
  • aaa8ecc7ba Support both types of cookie files. Removed cookie gen script. Version bump Eddy Hintze 2020-05-17 01:38:05 -0400
  • 0d6a06f950 Merge branch 'use_cookiejar' of https://github.com/rytilahti/humblebundle-downloader into rytilahti-use_cookiejar Eddy Hintze 2020-05-17 00:50:09 -0400
  • 39049e4e3f Fixes log "Checking bundle: " to show the full bundle title when sub-bundle title is selected #25 TechnoSwiss 2020-05-15 00:54:37 -0700
  • ad053fa941 Fix bundle_title_parts to use split instead of rsplit Add several more allowed characters +, (, ), ' Changed/Added several replacements / to -, * to -, " to ', < to (, > to ), | to -, and modifications to replacements to : so spacing looks right TechnoSwiss 2020-05-14 23:40:36 -0700
  • cf18f50afe Added option for renaming downloaded file to match the product title. Added option to split bundle title into title and sub-title and create directories as such, ex Humble Book Bundle: Fun with STEM by Adams Media => Humble Book Bundle/Fun with STEM by Adams Media instead of Humble Book Bundle - Fun with STEM by Adams Media Added additional allowed_chars , # and & TechnoSwiss 2020-05-14 18:48:17 -0700
  • 4cd0bcc050 Ignore all cookie files Eddy Hintze 2020-05-13 21:39:31 -0400
  • f0dbf79ae0 Version 0.3.0. Fixed #20, Fixed #22, Fixed #24 0.3.0 Eddy Hintze 2020-05-07 10:47:15 -0400
  • 2a29824280 Fixed filtering when using --trove Eddy Hintze 2020-04-11 20:21:40 -0400
  • 69de784a75 Use python_requires in setup Eddy Hintze 2020-04-11 19:18:35 -0400
  • c5fd77103d Use MozillaCookieJar for cookies #21 Teemu Rytilahti 2020-03-22 16:22:12 +0100
  • 0c7bac4cc0 Catch network errors and log a user friendly message. Fixes #17 0.2.2 Eddy Hintze 2020-02-22 14:14:33 -0500
  • ccff521927 Fixed platform filter. Fixes #18 Eddy Hintze 2020-02-22 13:54:57 -0500
  • c1e1df35fe Do not run tests on tags Eddy Hintze 2020-01-27 18:58:54 -0500
  • d8dbc46129 Version update. Fixes #16 0.2.1 Eddy Hintze 2020-01-27 18:55:45 -0500
  • 678b1e27ac Do not use alpine docker in ci Eddy Hintze 2020-01-27 18:53:17 -0500
  • 2ca4ad1e77 Added tests. Fixed include & exclude being switched Eddy Hintze 2020-01-27 18:51:59 -0500
  • 3a06f09f09 Added trove support (Fixed #1). Added --update flag (Fixed #15) 0.2.0 Eddy Hintze 2020-01-26 10:19:08 -0500
  • 925a68dae9 Actually fix the re-download bug 0.1.3 Eddy Hintze 2020-01-25 20:36:04 -0500
  • 92440de1f7 Fixed #13 & Fixed #14 as well re download bug 0.1.2 Eddy Hintze 2020-01-25 20:08:18 -0500
  • 8d9c3b0e36 Flake8 fixes. Version bump to 0.1.1 0.1.1 Eddy Hintze 2020-01-25 11:35:53 -0500
  • 593195bc1c Refactor into a class. Handle cleaning up broken downloads (Fixes #12) Eddy Hintze 2020-01-25 11:20:13 -0500
  • cb386a6a4c flake8 fixs 0.1.0 Eddy Hintze 2020-01-20 10:28:54 -0500
  • 7dde7f8459 Fixed #5 & Fixed #9. Added --keys support for downloading a single bundle Eddy Hintze 2020-01-20 10:26:48 -0500
  • 7b08f9638b bump version 0.0.8 Eddy Hintze 2020-01-19 23:23:42 -0500
  • 043f53b6dc Fixed #6. Support filtering by platform Eddy Hintze 2020-01-19 23:11:35 -0500
  • 7168258191 Fixed sso & 2fa cookie gen bug Fixed #3 & #8. Added file type filtering Fixed #2 Eddy Hintze 2020-01-19 22:31:43 -0500
  • b0a06d8bc0 Fixed a windows filename bug. Fixed bug where item does not have a web url 0.0.7 Eddy Hintze 2020-01-19 20:31:00 -0500
  • 1d3ae04a60 Typos and syntax issues 0.0.6 Eddy Hintze 2020-01-19 18:43:35 -0500
  • e93ff0628e 0.0.6 Eddy Hintze 2020-01-19 18:39:28 -0500
  • 4fc463bc34 Not everything has the same hash options. Fixes #4 0.0.5 Eddy Hintze 2020-01-19 13:37:22 -0500
  • 319d56813d Fixed typo 0.0.4 Eddy Hintze 2020-01-19 12:51:39 -0500
  • 4c85441f39 New ci flow 0.0.3 Eddy Hintze 2020-01-19 10:00:40 -0500
  • e4ace4528c CI update to tag version 0.0.2 Eddy Hintze 2020-01-19 09:54:40 -0500
  • 55c3e442ad Keep __init__ empty Eddy Hintze 2020-01-19 09:48:21 -0500
  • 2bfe13e1f5 move version file Eddy Hintze 2020-01-19 09:43:10 -0500