Results 9 comments of circulosmeos

In case you just want to use last version in Windows, I've transcompiled it here: https://github.com/circulosmeos/wxHexEditor/releases

@nitthilan : do not use `-z` if the file is not a compressed tar! Try: tar -xf ShapeNetTrain.tar

In a quick review, I find that `Zstandard` format is also "indexable". A different thing is that I find the time to implement this 🙂 I would probably make a...

It's true! In fact the script runs ok without using cookies at all. The problem is that now I'm not sure that this behaviour were like this before or if...

BTW: _gdown.cookie.temp_ file can be useful to download authenticated files (in a semi-automated fashion): see https://github.com/circulosmeos/gdown.pl/issues/6#issuecomment-425638873 .

Hola @ojalaquellueva , The problem is that the referenced file requires access permissions and so the downloaded file is the login page... I think that although the script does not...

I think the download of protected files can be done with the script, manually exporting browers' auth cookies. With **firefox** browser: 1. authenticate in google drive or get access to...

Hi @monkey-jsun , gdown.pl cannot actually download folders: bear in mind that the script just tries to avoid the virus scanning intermediate warning while downloading a file and it is...

Hi @mflevine Using and index improves performance by itself by skipping a lot of bytes. In my experience decompressing with zlib is as quick in modern cpus as to put...