Skip to content

Commit

Permalink
Fix kodik
Browse files Browse the repository at this point in the history
  • Loading branch information
nb557 committed Feb 5, 2024
1 parent a475c3d commit 99b51b1
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions online_mod.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
//05.02.2024 - Fix filmix search
//05.02.2024 - Fix kodik

(function () {
'use strict';
Expand Down Expand Up @@ -12042,7 +12042,7 @@
var prefer_mp4 = false;
var prox = component.proxy('kodik');
var embed = prox + (prefer_http || prox ? 'http:' : 'https:') + '//kodikapi.com/search';
var gvi = prox + (prefer_http || prox ? 'http:' : 'https:') + '//kodik.info/vgu';
var gvi = prox + (prefer_http || prox ? 'http:' : 'https:') + '//kodik.info/tri';
var token = 'b7cc4293ed475c4ad1fd599d114f4435';
var filter_items = {};
var choice = {
Expand Down Expand Up @@ -12468,7 +12468,8 @@
postdata += '&pd_sign=' + json.pd_sign;
postdata += '&ref=' + json.ref;
postdata += '&ref_sign=' + json.ref_sign;
postdata += '&bad_user=false';
postdata += '&bad_user=true';
postdata += '&cdn_is_working=true';
postdata += '&type=' + type[1];
postdata += '&hash=' + hash[1];
postdata += '&id=' + id[1];
Expand Down

0 comments on commit 99b51b1

Please sign in to comment.