Use placeholder text instead of actual real channel ID

This commit is contained in:
HexagonCDN 2023-03-18 01:58:24 +00:00
parent 3775fb197e
commit ad64137681

View file

@ -64,7 +64,7 @@ Use [LibRedirect](https://github.com/libredirect/libredirect) to automatically r
You can use the [Redirector](https://github.com/einaregilsson/Redirector) extension to redirect **_MOST_** YouTube Music links to Hyperpipe (including unsupported routes) with the configuration below (_Note:_ You can replace `hyperpipe.surge.sh` with any instance URL): You can use the [Redirector](https://github.com/einaregilsson/Redirector) extension to redirect **_MOST_** YouTube Music links to Hyperpipe (including unsupported routes) with the configuration below (_Note:_ You can replace `hyperpipe.surge.sh` with any instance URL):
- Description: YouTube Music to Hyperpipe - Description: YouTube Music to Hyperpipe
- Example URL: https://music.youtube.com/channel/UCI8EcEjCSH1joG5uytf9ZvA - Example URL: https://music.youtube.com/channel/channel-id
- Include pattern: `https://music.youtube.com/*` - Include pattern: `https://music.youtube.com/*`
- Redirect to: `https://hyperpipe.surge.sh/$1` - Redirect to: `https://hyperpipe.surge.sh/$1`
- Pattern type: Wildcard Expression - Pattern type: Wildcard Expression