C W
C W
There are places that are modifying images without recompressing? Huh.
I've not seen any site that strips metadata without also recompressing (though I'm not looking too closely). Who does this?
> Also... is there any way to force the scraper to run without having to set the timer to a low refresh? `python3 -m manage run pat`? Did you [delete...
Huh. Did you not install everything in [`requirements.txt`](https://github.com/fake-name/xA-Scraper/blob/master/requirements.txt#L29)? `psycopg2-binary` should provide the `psycopg2` package, even if it's not really used if you're using sqlite.
Dammit, I hate minified/obsfucated CSS.
The [`README.md`](https://github.com/fake-name/xA-Scraper/blob/master/README.md) is a bit terse, but has all the important bits in it. > Configuration is done via a file named `settings.py` which must be placed in the >...
The reason you're seeing the 400 error is probably because they added more UA/header sniffing, which is catching that `WebRequest` isn't acting *exactly* like a browser. More and more I'm...
> there's really no reason to go digging up an old machine for running a linux server on. VMs are a thing ;) > I run a PostgreSQL instance on...
I ran a pile of linux VMs under Hyper V in ~2012-2014 or so and it worked fine. If you're on top of hyper-v, I can see using virtualbox or...
Hmmm, the fact that you can add releases without a valid group/host is itself a bug. Urgh. Some sort of heuristic for guessing at least a few common hosts is...