René Bertin
René Bertin
On Wednesday December 11 2024 17:51:54 Jan Kokemüller wrote: > (using `sizeof(sin)` is equivalent, but a little more robust): Why? >Could be that it hangs in some failing test... Restarting...
``` diff --git a/external/microatf/src/atf-c.c b/external/microatf/src/atf-c.c index 05aae58..443a6d8 100644 --- a/external/microatf/src/atf-c.c +++ b/external/microatf/src/atf-c.c @@ -4,6 +4,7 @@ #include #include #include +#include #include #include @@ -343,6 +344,9 @@ microatf_fail_require(char const *msg, ...)...
> Hello, could you try this: > "--user-agent", Functions::getUserAgent(), > + "--cookies-from-browser", "firefox", Hah, I was just going to suggest this because it actually works (provided you're logged in to...
On Tuesday October 29 2024 12:04:21 trimechee wrote: >Try with these tools : Is the `--cookies-from-browser` option not enough? QMPlay2 uses its own yt-dlp copy so installing a plugin is...
FWIW, if the `--cookies-from-browser` option suffices there could be an additional simple choice in the Extensions/YouTube settings, e.g. a drop-down list with the known-supported browsers plus "none".
> How about this prototype? LGTM - unless those are the default options? ;) Looks like I'll be having to refactor my local tweak to unpack the compressed `yt-dlp` "bundle"...
On Saturday November 30 2024 04:51:10 Błażej Szczygieł wrote: >Not default ofc :smile: In fact, if you know of a way to detect the user's default browser you could set...
On Saturday November 30 2024 05:15:53 Błażej Szczygieł wrote: > How about Windows - it requires to bundle `unzip.exe` I guess...? I suppose it should be possible to write an...
On Saturday November 30 2024 06:12:54 Błażej Szczygieł wrote: >I have to be logged in to youtube to make it work from firefox. Anything else doesn't really make sense as...
I just upgraded, and had to look for the cookies option - I expected it with the other YouTube options... :D