Skip to content

Commit

Permalink
Update index.js
Browse files Browse the repository at this point in the history
  • Loading branch information
vasilevich committed Jun 3, 2023
1 parent 3e9d2c5 commit f28c6c7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
const {browser: {createBrowser}} = require('mega-scraper')
const args = require('yargs').argv

const encodeMap = new Map();
const decodeMap = new Map();

function encodeSpecialParameters(input) {
const specialParams = input.match(/&[a-zA-Z0-9#]+;/g);
if(specialParams) {
Expand Down

0 comments on commit f28c6c7

Please sign in to comment.