Edgar Alvarado

Results 31 comments of Edgar Alvarado

Example video from a members feed: https://www.youtube.com/watch?v=1tHp8acKeY4 (I think any video which requires a cookie should behave on the same way). Adding it to the queue shows in the UI...

Still, the message is `Task completed successfully` but it wasn't able to be done, so the "Add to download queue" was actually unsuccessful. At least a "Something went wrong and...

Hi @xemle ! I hope I can deliver on your expectations :D Just marked this as ready to keep it short, the rest of the features described in the ticket...

As mentioned, I'd like to leverage as much as possible the processing already done by HomeGallery. If there's already an easy way to get all the tags of the files...

Just also found out `./bin/dev.js` doesn't work properly in bun because of `--loader ts-node/esm --disable-warning=ExperimentalWarning` With this part I get ``` ./bin/dev.js hello:world error: expected ":" separator ``` After removing...

I already started working on some solutions. The firs one being the sort, if the user doesn't require the full response we can include a `limit`, but this first sorts...

I might have mistitled this issue as I was just seeing it from the outside. This is not about poor performance but trying to optimize for large datasets. The sorting...

Here's an extension to handle this: https://github.com/pe1uca/xExtension-RateLimiter/tree/pre-1.25 I have it working on my personal instance for a site with limit of 100 requests every 10 minutes. The linked branch is...

@nfnfgo I don't understand what you mean with `unable to apply a short-term rate limit` The extension implements a way to prevent more than 50 request to the same domain...

Ah, I think I get it, you still want only 50 request every 5 minutes, but you don't want to "spend" the requests immediately, so spreading them out 2 requests...