mirror of
https://github.com/movie-web/movie-web.git
synced 2024-11-11 00:05:09 +01:00
restructure lib folder
This commit is contained in:
parent
f248208647
commit
aee71881ab
@ -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: []};
|
||||
|
@ -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`;
|
Loading…
Reference in New Issue
Block a user