1
General Discussion / Re: Starsector Repo - Starsector Modding Repository
« on: March 09, 2020, 10:31:10 AM »Oh @Uomoz, what would also be handy is a "debugging" page where a mod author could post a forum link like:
http://fractalsoftworks.com/forum/index.php?topic=11598.0
And the contents of the URL would be scraped & parsed and the relevant info returned to the client so implementers can make sure they have things correct.
Maybe too much work.
It's already like this, it reads, indexes and parses all mod forum pages and sends debug data to an interface I use. So making a debug page is not a problem at all. Right now I can accurately parse fetch and archive 95% of the mods more or less. A few can't be properly downloaded since they don't expose a direct download link. All the others just work
Here's my debug thingie: