Skip to content

Commit

Permalink
ooops
Browse files Browse the repository at this point in the history
  • Loading branch information
yumata committed Apr 29, 2022
1 parent dca95a1 commit 43105b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app.min.js
Original file line number Diff line number Diff line change
Expand Up @@ -4959,7 +4959,7 @@
var oncomplite = arguments.length > 1 ? arguments[1] : undefined;
var onerror = arguments.length > 2 ? arguments[2] : undefined;
network$6.timeout(1000 * 30);
var s = 'http://api.torlook.info/api.php?key=4JuCSML44FoEsmqK&s=';
var s = 'https://api.torlook.info/api.php?key=4JuCSML44FoEsmqK&s=';
var q = (params.search + '').replace(/( )/g, "+").toLowerCase();
var u = Storage.get('native') || Storage.field('torlook_parse_type') == 'native' ? s + encodeURIComponent(q) : url$3.replace('{q}', encodeURIComponent(s + encodeURIComponent(q)));
network$6["native"](u, function (json) {
Expand Down

0 comments on commit 43105b4

Please sign in to comment.