Skip to content

Commit

Permalink
Fix kodik
Browse files Browse the repository at this point in the history
  • Loading branch information
nb557 committed Feb 6, 2024
1 parent a475c3d commit 5fa4626
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 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,8 +12042,8 @@
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 token = 'b7cc4293ed475c4ad1fd599d114f4435';
var gvi = prox + (prefer_http || prox ? 'http:' : 'https:') + '//kodik.info/bor';
var token = atob('NDVjNTM1NzhmMTFlY2ZiNzRlMzEyNjdiNjM0Y2M2YTg=');
var filter_items = {};
var choice = {
season: 0,
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 5fa4626

Please sign in to comment.