This commit is contained in:
goodtube4u
2024-07-05 20:17:01 +10:00
parent fa223a2ce8
commit cd85a185da

View File

@@ -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,