mmarcincin / HB-DRM-free-bulk-downloader

powershell script for downloading humble bundle DRM-Free files
98 stars 14 forks source link

How to determine the links #14

Open spijkercenter opened 4 years ago

spijkercenter commented 4 years ago

Great work on creating this, really like the fact that it works with just powershell and no other dependencies!

I used this script in the Fiirefox console to determine the links, maybe it is nice to include it in the readme:


$('div.js-row').map((ix, div) => 'https://www.humblebundle.com/downloads?key=' + $(div).data('hb-gamekey')).get().join('\n')```
mmarcincin commented 4 years ago

Thanks for suggestion and sorry about the late reply, I was planning to add that option to my humble bundle tools userscript and then link it in this powershell script readme. I might update it soon :).