Exporting image assets?

Hi, In anticipation of glitch shutting stuff down in (checks notes) about 4 weeks, I need to export a bunch of sites. So I tried going to Tools > Export and exported a .tgz file. It was a static site, and after exporting I found that it does not export the image assets. Instead my index.html has a link to an image file hosted by glitch’s CDN. So…how do I export images. Bonus points if it does not involve manually individually exporting each image file by hand.

Sheesh

1 Like

I believe that @wh0’s script does that, correct?

Please see the pinned Glitch project bulk-downloading post. The bulk downloader downloads all project-associated assets as part of the process.

Sure. I was just trying to export a group but not all of my projects but I’ll try using this.

same situation here, I have a certain amount of assets that aren’t useful outside of glitch

so I had this script write out a list of projects and asset URLs that it’ll try to download. you can interrupt the download, edit the lists in projects.txt and glitch_assets_urls.txt and rerun the script to get only the projects/files listed

1 Like