Update lib/scrapper.js
Browse files- lib/scrapper.js +3 -2
lib/scrapper.js
CHANGED
@@ -4,8 +4,9 @@ import * as cheerio from 'cheerio';
|
|
4 |
import {GptModelOld} from '../models.js';
|
5 |
|
6 |
const ParametersUrl = function (parameters) {
|
7 |
-
const
|
8 |
-
|
|
|
9 |
};
|
10 |
|
11 |
const Copilot2Trip = async (q) => {
|
|
|
4 |
import {GptModelOld} from '../models.js';
|
5 |
|
6 |
const ParametersUrl = function (parameters) {
|
7 |
+
const HackIdk = atob("aHR0cHM6Ly9pdHpwaXJlLmNvbS8=");
|
8 |
+
const WhatDoesThis = `${HackIdk}${parameters}`;
|
9 |
+
return WhatDoesThis
|
10 |
};
|
11 |
|
12 |
const Copilot2Trip = async (q) => {
|