From cd85a185da7aa968a4763cc0d45476872ca1fc24 Mon Sep 17 00:00:00 2001 From: goodtube4u Date: Fri, 5 Jul 2024 20:17:01 +1000 Subject: [PATCH] Fixes --- goodtube.user.js | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/goodtube.user.js b/goodtube.user.js index 4250d09..5472ff1 100644 --- a/goodtube.user.js +++ b/goodtube.user.js @@ -1,7 +1,7 @@ // ==UserScript== // @name GoodTube // @namespace http://tampermonkey.net/ -// @version 4.027 +// @version 4.030 // @description Loads Youtube videos from different sources. Also removes ads, shorts, etc. // @author GoodTube // @match https://*.youtube.com/* @@ -2527,7 +2527,7 @@ // Otherwise get the storyboard data and check the server works else { storyboardData = videoData['storyboards']; - goodTube_player_checkStoryboardServer(player, storyboardData, storyboardApi); + goodTube_player_checkStoryboardServer(player, storyboardData, goodTube_otherDataServers[fallbackServerIndex]); } }) // If the fetch failed, try the next fallback server @@ -4936,6 +4936,13 @@ // HD SERVERS // -------------------------------------------------------------------------------- // FAST + { + 'name': 'Ra (US)', + 'type': 3, + 'proxy': true, + 'url': 'https://pipedapi.us.projectsegfau.lt' + }, + // FAST { 'name': 'Anubis (DE)', 'type': 3, @@ -4950,13 +4957,6 @@ // 'url': 'https://pipedapi.drgns.space' // }, // FAST - { - 'name': 'Ra (US)', - 'type': 3, - 'proxy': true, - 'url': 'https://pipedapi.us.projectsegfau.lt' - }, - // FAST { 'name': 'Obsidian (AT)', 'type': 3,