mirror of
https://github.com/sussy-code/smov.git
synced 2024-12-29 16:07:40 +01:00
restructure lib folder
This commit is contained in:
parent
f248208647
commit
aee71881ab
3 changed files with 3 additions and 3 deletions
|
@ -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 a new issue