mirror of
https://github.com/goodtube4u/goodtube.git
synced 2025-11-22 10:16:11 +00:00
Fixes
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user