Merge pull request #135 from supersourlemons/main

Fix for cheerio module error
This commit is contained in:
Giga Alqeeq
2025-05-05 10:53:37 -07:00
committed by GitHub
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
import helper from './helper.js'
import cheerio from 'cheerio'
import * as cheerio from 'cheerio'
const strings_meta = new RegExp('regionsAllowed|width|height|color|rgba\\(|charset|viewport|refresh|equiv', 'i')
+1 -1
View File
@@ -3,7 +3,7 @@ import extraction from './extraction.js'
import async from 'async'
import sanitizeHtml from 'sanitize-html'
import {convert} from 'html-to-text'
import cheerio from 'cheerio'
import * as cheerio from 'cheerio'
import engine from './engine.js'
async function find_username_normal (req) {
+1 -1
View File
@@ -64,7 +64,7 @@ import fs from 'fs'
import url from 'url'
import {franc} from 'franc'
import langs from 'langs'
import cheerio from 'cheerio'
import * as cheerio from 'cheerio'
import path from 'path'
import slash from 'slash'
import colors from 'colors/safe.js'