Laurent Cheylus
Laurent Cheylus
Sorry I have made an error in my first commit message : the correct regex to select `coreutils` is is `".*coreutils[ |@]\d+\.\d+\.\d+"` (without `#` hash/pound). I have pushed a new...
I confirm this issue with FranceTV site. Specific code for extractor is in `youtube_dl/extractor/francetv.py` To download JSON metadata, extractor requests `https://sivideo.webservices.francetelevisions.fr/tools/getInfosOeuvre/v2/` with video ID (line 94). But it seems that...
> I'm an Ubuntu 18.04 user. I have no youtube_dl directory in my /usr/lib/python3 directory (even in python3.6/3.7/3.8). > a whereis youtube-dl says : /usr/local/bin/youtube-dl > I have searched a...
Hello @NiesmialyGosc, below I upload the complete `francetv.py` file patched with @sarnoud fix. Suppress `.txt ` extension and replace `extractor/francetv.py` in your youtube-dl local installation by this modified version. Hope...
> Unfortunately, this patch doesnot works (on my machine) : it downloads only a video file ; actually, **there is neither sound nor subtitle**. Yes, FranceTV have separate streams for...
First to build `luamake` on OpenBSD current/amd64, I need to patch `bee` to include OpenBSD files in `bee/net/endpoint.cpp`, `bee/net/socket.cpp` and `bee/subprocess/subprocess_posix.h` => build of `luamake` **OK** I have also a...
With this fix for `bee.lua` (https://github.com/actboy168/bee.lua/pull/45), **build OK on OpenBSD current/amd64 (future version 7.5) and no more crash during tests**: ```shell $ build/openbsd/bin/bootstrap bee.lua/test/test.lua -v OS: openbsd 7.4.0 Arch: x86_64...
Never used gcc-11 to build luamake, only clang (here version 16.0.6). I don't need luamake in ports tree. I'm using it to build [lua-language-server](https://github.com/LuaLS/lua-language-server) (project to package it as OpenBSD...
I build successfully `luamake` on OpenBSD with the last updates of `bee.lua/luamake` + tests disabled for filewatch (suppress `test_fw:test_2`). I have a `lua-language-server` port for OpenBSD which works (with also...
> But it would seem like we'd need to wait for a libc release with your patch -- is that correct? Yes, my PR to add `waitid` function in `libc`...