Sander

Results 63 comments of Sander

And what can you download from those URLs with Chrome and wget ... ?

> i can download the files without any issues on IDM I don't know what IDM is. So therefore my question: Chrome and wget. Reason: empty or JSON code. So...

What a difference a space makes: Fast, although weird output: ``` $ time python3 -c "import guessit; print(guessit.__version__); print(guessit.api.guessit('Bla bla bla -Week 45 -Ep 6478', options=None)) " 3.4.2 MatchesDict([('title', 'Bla...

> Last time I checked, SABnzbd would actualy force a .py script to run Python2.7 (which is what SABnxbd uses) and didn't actually use the hash-bang defined in the script....

(Disclaimer: I'm not a nzbtomedia user, but I do use SABnzbd.) https://github.com/clinton-hall/nzbToMedia/blob/master/nzbToMedia.py#L1 says ``` #!/usr/bin/env python ``` That leads to running with python2. Why isn't it: ``` #!/usr/bin/env python3 ```...

> The current SAB docker includes only py2.7. until a py3 container is released the nzb2media scripts will throw an exception leading to failed postprocessing in Sab. > There is...

For Google searchers: solves this nzbget error during nzbget's `make`: `daemon/connect/TlsSocket.cpp:192:9: error: ‘FIPS_mode_set’ was not declared in this scope` This is how I applied the patch / pull request (just...

Good question. I don't know.

@hugbug bumping this PR. Reason: I've got a hardware RISC-V machine now, and the git-version of nzbget fails on the ./configure: ``` sipeed@sipeed:~/git/nzbget$ ./configure checking build system type... posix/config.guess: unable...