mirror of
https://github.com/qeeqbox/social-analyzer.git
synced 2026-05-26 13:54:38 +00:00
Merge pull request #136 from qeeqbox/revert-135-main
Revert "Fix for cheerio module error"
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import helper from './helper.js'
|
||||
import * as cheerio from 'cheerio'
|
||||
import cheerio from 'cheerio'
|
||||
|
||||
|
||||
const strings_meta = new RegExp('regionsAllowed|width|height|color|rgba\\(|charset|viewport|refresh|equiv', 'i')
|
||||
|
||||
@@ -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 * as cheerio from 'cheerio'
|
||||
import cheerio from 'cheerio'
|
||||
import engine from './engine.js'
|
||||
|
||||
async function find_username_normal (req) {
|
||||
|
||||
+1
-1
@@ -64,7 +64,7 @@ import fs from 'fs'
|
||||
import url from 'url'
|
||||
import {franc} from 'franc'
|
||||
import langs from 'langs'
|
||||
import * as cheerio from 'cheerio'
|
||||
import cheerio from 'cheerio'
|
||||
import path from 'path'
|
||||
import slash from 'slash'
|
||||
import colors from 'colors/safe.js'
|
||||
|
||||
Reference in New Issue
Block a user