Omar Roth

Results 62 comments of Omar Roth

I expect @PrestonN and @cloudrac3r will also be interested and have some thoughts on this. > is there a REST API for invidio.us to which we could connect to and...

Something like: ```diff diff --git a/src/invidious.cr b/src/invidious.cr index f93f17e..74b2a8e 100644 --- a/src/invidious.cr +++ b/src/invidious.cr @@ -231,6 +231,12 @@ before_all do |env| end env.set "current_page", URI.escape(current_page) + + unregistered_path_whitelist = {"/",...

> one more question, how to whitelist path like: "/vi/XU7YV1tWr10/mqdefault.jpg" ? If you want globbing, it would probably be best to move it into middleware, something like [this](https://github.com/omarroth/invidious/blob/0.16.0/src/invidious/helpers/handlers.cr#L55-L77). I'm against...

Reopening since some other folks have expressed interest in this feature.

It's also possible to right-click and "Picture-in-picture" which appears to have similar functionality, although currently [appears to only be supported in Chrome](https://caniuse.com/#feat=picture-in-picture). I believe [FreeTubeApp/FreeTube](https://github.com/FreeTubeApp/FreeTube) uses an iframe with the...

I think implementing #84 the same way as #72 will close this, as you could set `Default comments` and `fallback comments` both to `""` to achieve this behavior.

So a `hide comments by default` option?

I'm mostly just basing that off of YouTube, which calls it `quality`. I'm not sure if there's a need for a `video format`, I think it would mostly just be...

Invidious exposes an [API](https://github.com/omarroth/invidious/wiki/API) that I imagine would be much easier to use than scraping the page. @lionirdeadman is correct that videos still come from Google, although I expect them...

Added with 92f337c67efc48641ef3ca4fb6b341098ab3c0a3.