Simon Brazell
Simon Brazell
> Maybe Piped could be enabled by default and Invidious disabled, but still available? Yeah something like that, I've already got FreeTube as an advanced option / alternative, I could...
Should try out Piped myself before I get too carried away 🙂
@FireMasterK I'll be sure to give it a go, and certainly consider adding it to this extension when I next have some time to spend on it.
I'd happily accept a PR for this feature, if someone was to do the ground work I could then somehow integrate it with the existing Invidious redirects, perhaps adding a...
@FireMasterK I'd treat Piped separately from Invidious, perhaps having a select box to switch between the two (and potentially more in future) then in the `redirectYoutube` method I'd check this...
@FireMasterK if you have already started with this do go ahead and submit whatever you have as a PR or direct me to a repo and I'll see if I...
I'm not sure how the extension would become aware of 404s for Invidious instances, as atm it just intercepts the original request and then returns the alternative URL to the...
Oh wait do you mean if the user refreshes the failed invidious page?
Ideally it should operate as @tiotrom suggests, detecting failed requests to the instances and redirecting to another one, but I'm not sure how to achieve this at the moment, need...
Problem is neither of these are quick to implement. @tiotrom's suggestion would need to include a new script which would run on all the instances, detecting some error text and...