GHC 2019-05-31

3 comments.

, https://git.io/fjEeH in jarun/googler
Yeah, our wrapping algorithm has no idea of zero width control characters. Will fix.

, https://git.io/fj070 in zmwangx/chocolatey-googler
(Sorry, I had a wrong issue link on my clipboard. The link has been corrected.)

, https://git.io/fj07E in zmwangx/chocolatey-googler
> No results

That's https://github.com/jarun/googler/issues/286. The 3.9 update has been submitted to Chocolatey, but their review process is always slow. Again, I recommend https://github.com/jarun/googler#downloading-a-single-file as the proper channel for installation within MinGW.

> ytdl

They bundle a Python interpreter with their exe. That's too much of an overkill for googler, which is (expressly designed as) a single script.

> python2 EOL

No, it won't help in the foreseeable future. As I said, the `python3` command is a long established convention formalized in PEP 394. Very few distros decided to repurpose the `python` command when they migrated out of Python 2, so the `#!/usr/bin/env python3` shebang isn't going anywhere.