@d-ezar/node-s
Version:
Scrape Function for WhatsApp Bot
38 lines (35 loc) • 953 B
JavaScript
import braillefy from '../scraper/braillefy.js'
import capcut from '../scraper/capcut.js';
import chord from '../scraper/chords.js';
import lirik from '../scraper/lyrics.js';
import sfile from '../scraper/sfile.js';
import snackvid from '../scraper/snackvideo.js';
import soundcl from '../scraper/soundcloud.js'
import google from '../scraper/google.js';
import pinterest from '../scraper/pinterest.js';
import upscale from '../scraper/upscale.js';
import yahoo from '../scraper/yahoo.js';
import instagram from '../scraper/instagram.js';
import down from'../scraper/download.js';
import tools from '../scraper/tools.js';
class ScraperESM {
Download = {
...down,
instagram
}
Tools = {
...tools,
braillefy,
upscale
}
Capcut = capcut
Chords = chord
Google = google
Lyrics = lirik
Pinterest = pinterest
Sfile = sfile
Snackvideo = snackvid
Soundcloud = soundcl
Yahoo = yahoo
}
export default new(ScraperESM);