syeopite

Results 200 comments of syeopite

> You'll also need to modify `disable_proxy` to accept an `hls` option That should do the trick. On another note, now that there's a `hls` option, should the `livestream` parameter...

Irrc Invidious treats the livestream parameter as a hls parameter and is used only to disable hls manifests.

I believe it is the case for the other HLS urls. I'll keep the `livestream` parameter for now though since it may be too much of a breaking-change to remove...

That's weird... Maybe it's related to #4199? It definitely shouldn't be limited to just IOS.

I'm not actually sure why I did that... good catch! Data for chapters should now be available in the standard `/api/v1/videos/{video id}` endpoint

> However i wasn't able to find the invidious config related to "added a message for when Oops. I shouldn't have used the word config there. I meant when comments...

Wasn't the consensus back in #2347 that youtu.be links should be handled by external redirect programs? Did the consensus change since then? --- Anyways, seems like there is logic pertaining...

Here's the result from Invidious with and without the cache: Without cache: ``` $ GC_DONT_GC=1 time crystal build src/invidious.cr 25.07user 6.41system 0:24.19elapsed 130%CPU (0avgtext+0avgdata 2594384maxresident)k 0inputs+201128outputs (0major+748465minor)pagefaults 0swaps $ GC_DO_GC=1...

There is an old PR to add health and instance stats for tor instances https://github.com/iv-org/instances-api/pull/29