Eugene Molotov

Results 108 comments of Eugene Molotov

> I want to understand trampoline and hooking implemented on minqlx, but is there any sites or videos worth reading? You can read article given above: http://jbremer.org/x86-api-hooking-demystified/ But it is...

If server didn't receive confirmation, that certain client received (see [1]) command like scores_ctf, print, ctfstats, cs etc., it saves to command buffer for sending it later. If command buffer...

Hi, Markus! Using this plugin: ```python3 import minqlx from time import sleep class test(minqlx.Plugin): def __init__(self): self.add_hook("new_game", self.handle_new_game) def handle_new_game(self): @minqlx.delay(2) def f(): raise NotImplementedError("test") f() ``` Info about exception...

> I prefer to just put this parameter in the url As result, I will keep both methods, using header and using query parameters. First one is for security, second...

Cannot reproduce this on public instance https://feed.eugenemolotov.ru/?action=display&bridge=YoutubeBridge&context=By+playlist+Id&p=PL0ePmFx_GS-I6LJcY13e1UNdD1TJgaJvU&duration_min=&duration_max=&format=Html Checked nginx's access.log, no sign of 429 errors for today and yesterday.

Just made some investigation. This is not working anymore and returns 0: https://github.com/RSS-Bridge/rss-bridge/blob/1e75f9d3d558cb9dd91aab36a61cdc81f1c8dcb3/bridges/YoutubeBridge.php#L249 So it just fallbacks for fetching videos from youtube's videos.xml, which returns only first 15 videos from...

Hello, @mtfurlan ! FYI, I have just pushed partial fix for this bug. It works correctly, if playlist has less than 100 videos.

This is not fixed yet. Only partial

> I think adding a "Reverse order" toggle could be a workaround for this issue (Reversing the order and picking the entries off the top for any playlists where the...

In general, today this issue with VK is not relevant comparing with May-June-July this year.