ZizzyDizzyMC

Results 14 comments of ZizzyDizzyMC

I've done a lot of playing with gallery_dl for the past few days but I have hit a snag. I'm trying to set up a custom function to run if...

I've kept hammering at it, this is going from a short snippet on stack overflow that does in fact work in it's entirety with a logger of `'test'` and `logging.debug("text")`...

I've tried grabbing stderr with StringIO to no success. I've came up with this after digging around the code. ```python class MyLogger(logging.Handler): #def handle(*args): def emit(*args, **kwags): print('--- args ---')...

I'm getting the same error here, anyone know of an updated tool that works?

Hello, by default Linx does not have compression of images. As it's a file host, I generally wouldn't recommend compressing images as they lose quality that way.

Closing issue as a file host, compression is up to the uploader.

I need to understand this a bit more. When uploading a file you can choose to set a password. When that link is shared, anyone with the link will need...

Yes, there is a sharex config here: https://github.com/ZizzyDizzyMC/linx-server/blob/master/put.icu.sxcu While this configuration is unique to Put.icu it is easily adapted to your own domain name.

Hello, This is due to the docker container being woefully out of date. I will have to update it sometime.

I've not yet been able to work on the docker implementation of linx-server. I will assign myself this task to work on it in an upcoming update to linx-server.