mirror of
https://github.com/xtream1101/humblebundle-downloader.git
synced 2024-11-20 08:49:17 +01:00
Humble has a new link for json data
This commit is contained in:
parent
95302d81e5
commit
6d07f45eb8
@ -171,7 +171,7 @@ class DownloadLibrary:
|
||||
def _get_trove_products(self):
|
||||
trove_products = []
|
||||
idx = 0
|
||||
trove_base_url = 'https://www.humblebundle.com/api/v1/trove/chunk?property=popularity&direction=desc&index={idx}' # noqa: E501
|
||||
trove_base_url = 'https://www.humblebundle.com/client/catalog?index={idx}' # noqa: E501
|
||||
while True:
|
||||
logger.debug("Collecting trove product data from api pg:{idx} ..."
|
||||
.format(idx=idx))
|
||||
|
Loading…
Reference in New Issue
Block a user