File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11import helper from './helper.js'
2- import * as cheerio from 'cheerio'
2+ import cheerio from 'cheerio'
33
44
55const strings_meta = new RegExp ( 'regionsAllowed|width|height|color|rgba\\(|charset|viewport|refresh|equiv' , 'i' )
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ import extraction from './extraction.js'
33import async from 'async'
44import sanitizeHtml from 'sanitize-html'
55import { convert } from 'html-to-text'
6- import * as cheerio from 'cheerio'
6+ import cheerio from 'cheerio'
77import engine from './engine.js'
88
99async function find_username_normal ( req ) {
Original file line number Diff line number Diff line change @@ -64,7 +64,7 @@ import fs from 'fs'
6464import url from 'url'
6565import { franc } from 'franc'
6666import langs from 'langs'
67- import * as cheerio from 'cheerio'
67+ import cheerio from 'cheerio'
6868import path from 'path'
6969import slash from 'slash'
7070import colors from 'colors/safe.js'
You can’t perform that action at this time.
0 commit comments