mirror of
https://github.com/goodtube4u/goodtube.git
synced 2025-11-22 10:16:11 +00:00
server updates
This commit is contained in:
15
goodtube.js
15
goodtube.js
@@ -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
2
goodtube.min.js
vendored
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user