server updates

This commit is contained in:
goodtube4u
2024-08-30 10:44:08 +10:00
parent 70fec8f4e2
commit 9ca9ca6149
2 changed files with 8 additions and 9 deletions

View File

@@ -42,19 +42,19 @@
// HD SERVERS
// --------------------------------------------------------------------------------
// MEDIUM
{
'name': 'Sapphire (IN)',
'type': 3,
'proxy': true,
'url': 'https://pipedapi.in.projectsegfau.lt'
},
// MEDIUM
{
'name': '420 (FI)',
'type': 2,
'proxy': true,
'url': 'https://invidious.privacyredirect.com'
},
// MEDIUM
{
'name': 'Sapphire (IN)',
'type': 3,
'proxy': true,
'url': 'https://pipedapi.in.projectsegfau.lt'
},
// FAST
{
'name': 'Serpent (US)',
@@ -5259,7 +5259,6 @@
})
// If there's any issues loading the video data, try again (after configured delay time)
.catch((error) => {
console.log('error loading video data', error);
if (typeof goodTube_pendingRetry['loadVideoData'] !== 'undefined') {
clearTimeout(goodTube_pendingRetry['loadVideoData']);
}

2
goodtube.min.js vendored

File diff suppressed because one or more lines are too long