Skip to main content

On Sale: GamesAssetsToolsTabletopComics
Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines
(1 edit) (+1)

Hi! First off, thank you very much for this script. I'm trying to import the games and software I have here into a frontend (Launchbox) and this thing you made is a huge time saver, I really appreciate it.


With that being said, I'm not sure if I'm missing something, but is there a way to make the script work with bundles? I've tried both in pages that the urls start with "itch.io/bundle" and "itch.io/b" but nothing shows up at the bottom of the page. Knowing nothing about programming, I added a "// @match https://itch.io/b/*" in the beginning of the script hoping that that would work but it didn't =(


Well, even if it's not possible i really appreciate the script and it'll definitely help mme a lot!

(1 edit)

I think what you tried should have worked.  I'll see what I can find - it may be due to the way the bundle pages are set up and the way that my code is set to scrape.

I'm going in with the assumption that you want to scrape something like this: https://itch.io/b/520/bundle-for-racial-justice-and-equality

It's maybe the only bundle I've ever bought, and it's absolutely massive - so I hope that if I can get it working there, it will work anywhere lol.

Yeah, so the Bundles are coded totally different from the grid lists.  It's absolutely scrapable, though.  I'm working on it now.

(1 edit)

Almost done.  Found a few things to improve along the way, just working out some kinks


[EDIT] Turns out the bundle lists are not the same as the typical game lists.  Need to find a way to identify these.

Had to take a break for a while to deal with real life for a bit lol.  The script should be good now, though!  Same link as before.  Let me know how it goes!

(+1)

Hi! Thanks for helping me, I really appreciate it =))

Unfortunately though, it's not working with bundle pages. Now the csv file is not empty, but the only data filled in are gameId, imagepath and url, which in this case is undefined

Aw man, I thought I had it working...  sorry for the let-down.  I'llt take another swing at it hopefully tomorrow.

(+1)

It's ok! no need to worry about it haha

Try it now.  I realized I also left some debug code uncommented... whoops.  I tested it out a bit more thoroughly and it seems to be working better now.