Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion modules/extraction.js
Original file line number Diff line number Diff line change
@@ -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')
Expand Down
2 changes: 1 addition & 1 deletion modules/fast-scan.js
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down
2 changes: 1 addition & 1 deletion modules/helper.js
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down
Loading