invidious/invidious.php aktualisiert #1497

Open
loma-one wants to merge 9 commits from loma-one/friendica-addons:develop into develop
Contributor

Now also considers links from "music.youtube"
Raised to version 0.5
Removed the status "not supported. This must have crept in. It was not set by me and that was not my intention.
Users explicitly request the option to set a different server in their personal settings. This function is very important to users. This request should not be ignored.

Now also considers links from "music.youtube" Raised to version 0.5 Removed the status "not supported. This must have crept in. It was not set by me and that was not my intention. Users explicitly request the option to set a different server in their personal settings. This function is very important to users. This request should not be ignored.
loma-one added 1 commit 2024-04-16 18:13:11 +02:00
528c71879d invidious/invidious.php aktualisiert
Now also considers links from "music.youtube"
Raised to version 0.5
Removed the status "not supported. This must have crept in. It was not set by me and that was not my intention.
Users explicitly request the option to set a different server in their personal settings. This function is very important to users. This request should not be ignored.
MrPetovan requested changes 2024-04-16 18:49:14 +02:00
@ -6,3 +5,3 @@
* Version: 0.5
* Author: Matthias Ebers <https://loma.ml/profile/feb>
* Author: Michael Vogel <https://pirati.ca/profile/heluecht>
* Status: Unsupported
Owner

This was added by us as we encourage people to use the url_replace addon instead. Please leave this label in place. I do not mind you adding changes to this addon but it isn't meant to be officially supported.

This was added by us as we encourage people to use the `url_replace` addon instead. Please leave this label in place. I do not mind you adding changes to this addon but it isn't meant to be officially supported.
Author
Contributor

The addon url_replace is a deterioration in terms of self-administration by users. The feature of being able to specify their own server was very important to them. Many users operate their own invidious servers or have an account on a server other than the one I have preset that they want to use. In addition, it relieves me in the event of an error (accessibility of invidious), as users can switch off independently.

A compromise suggestion: leave it active until the self-administration function desired by the users has been retrofitted in url_replace. In this case, the admin can continue to combine the addon. I would be happy to post an issue on this.

The addon url_replace is a deterioration in terms of self-administration by users. The feature of being able to specify their own server was very important to them. Many users operate their own invidious servers or have an account on a server other than the one I have preset that they want to use. In addition, it relieves me in the event of an error (accessibility of invidious), as users can switch off independently. A compromise suggestion: leave it active until the self-administration function desired by the users has been retrofitted in url_replace. In this case, the admin can continue to combine the addon. I would be happy to post an issue on this.
Owner

This addon isn't going anywhere yet, and admins can choose to show unsupported addons in the list by setting system.show_unsupported_addons. We made the decision of favoring url_replace over the invidious and nitter addons, so it won't be reinstated.

This addon isn't going anywhere yet, and admins can choose to show unsupported addons in the list by setting `system.show_unsupported_addons`. We made the decision of favoring `url_replace` over the `invidious` and `nitter` addons, so it won't be reinstated.
loma-one marked this conversation as resolved
MrPetovan added the
2024.06
label 2024-04-16 18:49:18 +02:00
loma-one added 1 commit 2024-04-16 19:59:00 +02:00
fe7cb760cd invidious/invidious.php aktualisiert
Ergänzung um "m.youtube.com"
Author
Contributor

Addition of m.youtube.com and unsupported status restored

Addition of m.youtube.com and unsupported status restored
loma-one added 1 commit 2024-04-27 08:21:56 +02:00
7cf3f00f4a Dateien nach "piped" hochladen
Invidious servers seem to be permanently blocked by google. An alternative redirection destination is the piped project. It has the same intention as Invidious.
loma-one added 1 commit 2024-04-27 08:22:11 +02:00
loma-one added 1 commit 2024-04-27 08:22:32 +02:00
loma-one added 1 commit 2024-04-27 08:22:47 +02:00
loma-one added 1 commit 2024-04-27 08:24:16 +02:00
loma-one added 1 commit 2024-04-27 08:29:16 +02:00
loma-one added 1 commit 2024-04-27 08:29:47 +02:00
loma-one closed this pull request 2024-04-27 08:31:08 +02:00
loma-one reopened this pull request 2024-04-27 08:31:13 +02:00
Author
Contributor

Invidious servers seem to be permanently blocked by google. An alternative redirection destination is the piped project. It has the same intention as Invidious.

Invidious servers seem to be permanently blocked by google. An alternative redirection destination is the piped project. It has the same intention as Invidious.
This pull request can be merged automatically.
You are not authorized to merge this pull request.
You can also view command line instructions.

Step 1:

From your project repository, check out a new branch and test the changes.
git checkout -b loma-one-develop develop
git pull develop

Step 2:

Merge the changes and update on Forgejo.
git checkout develop
git merge --no-ff loma-one-develop
git push origin develop
Sign in to join this conversation.
No description provided.