restructure lib folder

This commit is contained in:
James Hawkins 2021-07-26 13:59:17 +01:00
parent f248208647
commit aee71881ab
3 changed files with 3 additions and 3 deletions

View File

@ -1,5 +1,5 @@
import lookMovie from './lookMovie';
import gomostream from './gomostream';
import lookMovie from './scraper/lookmovie';
import gomostream from './scraper/gomostream';
async function findContent(searchTerm, type) {
const results = { options: []};

View File

@ -1,4 +1,4 @@
import { unpack } from './util/unpacker';
import { unpack } from '../util/unpacker';
const CORS_URL = 'https://movie-web-proxy.herokuapp.com/';
const BASE_URL = `${CORS_URL}https://gomo.to`;