diff options
author | Edward <101938856+EdwardLangdon@users.noreply.github.com> | 2022-04-09 11:18:38 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-04-09 14:18:38 +0300 |
commit | 2cf21fa17a87424b25fd48f661167895c8344cd7 (patch) | |
tree | 4339d7bcb1fe5881336cff980752f867d73f48b0 /src | |
parent | Automatic send instance fetching (#174) (diff) | |
download | libredirect-2cf21fa17a87424b25fd48f661167895c8344cd7.zip |
Rearranged the Instances list of Piped. Added an instance (#179)
Diffstat (limited to 'src')
-rw-r--r-- | src/assets/javascripts/helpers/youtube/youtube.js | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/assets/javascripts/helpers/youtube/youtube.js b/src/assets/javascripts/helpers/youtube/youtube.js index a1f97cdb..99671540 100644 --- a/src/assets/javascripts/helpers/youtube/youtube.js +++ b/src/assets/javascripts/helpers/youtube/youtube.js @@ -91,9 +91,10 @@ let redirects = { "https://piped.kavin.rocks", "https://piped.silkky.cloud", "https://piped.tokhmi.xyz", - "https://piped.mint.lgbt", "https://il.ax", "https://piped.syncpundit.com", + "https://piped.mha.fi/", + "https://piped.mint.lgbt", "https://piped.privacy.com.de", "https://piped.notyourcomputer.net/", "https://piped.mha.fi/" @@ -851,4 +852,4 @@ export default { setPipedMaterialRedirects, init, -}; \ No newline at end of file +}; |