Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
nb557 committed Oct 10, 2024
1 parent 3803879 commit a81c6d8
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
2 changes: 1 addition & 1 deletion kp_source.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
function get(method, oncomplite, onerror) {
var use_proxy = total_cnt >= 10 && good_cnt > total_cnt / 2;
if (!use_proxy) total_cnt++;
var kp_prox = 'https://cors.kp556.workers.dev:8443/';
var kp_prox = 'https://cors.kp556.workers.dev/';
var url = 'https://kinopoiskapiunofficial.tech/';
url += method;
network.timeout(15000);
Expand Down
11 changes: 6 additions & 5 deletions online_mod.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
//09.10.2024 - Fix
//10.10.2024 - Fix

(function () {
'use strict';
Expand Down Expand Up @@ -78,7 +78,7 @@
function proxy(name) {
var ip = getMyIp() || '';
var param_ip = Lampa.Storage.field('online_mod_proxy_find_ip') === true ? 'ip' + ip + '/' : '';
var proxy1 = 'https://cors.nb557.workers.dev:8443/';
var proxy1 = 'https://cors.nb557.workers.dev/';
var proxy2 = (window.location.protocol === 'https:' ? 'https://' : 'http://') + 'iqslgbok.deploy.cx/?';
var proxy3 = 'https://cors557.deno.dev/';
var proxy_apn0 = (window.location.protocol === 'https:' ? 'https://' : 'http://') + 'byzkhkgr.deploy.cx/';
Expand Down Expand Up @@ -137,7 +137,7 @@
function get(method, oncomplite, onerror) {
var use_proxy = total_cnt >= 10 && good_cnt > total_cnt / 2;
if (!use_proxy) total_cnt++;
var kp_prox = 'https://cors.kp556.workers.dev:8443/';
var kp_prox = 'https://cors.kp556.workers.dev/';
var url = 'https://kinopoiskapiunofficial.tech/';
url += method;
network$1.timeout(15000);
Expand Down Expand Up @@ -14701,7 +14701,8 @@
source: new fancdn(this, object),
search: false,
kp: true,
imdb: true
imdb: true,
disabled: disable_dbg
}, {
name: 'fanserials',
title: 'FanSerials',
Expand Down Expand Up @@ -15903,7 +15904,7 @@
};
}

var mod_version = '09.10.2024';
var mod_version = '10.10.2024';
console.log('App', 'start address:', window.location.href);
var isMSX = !!(window.TVXHost || window.TVXManager);
var isTizen = navigator.userAgent.toLowerCase().indexOf('tizen') !== -1;
Expand Down

0 comments on commit a81c6d8

Please sign in to comment.