Update lib/sfilemobi/sfilemobi.js
Browse files
lib/sfilemobi/sfilemobi.js
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
import got from 'got';
|
2 |
import * as cheerio from 'cheerio';
|
3 |
import { parseFileSize } from './util.js';
|
4 |
-
import { DEFAULT_HEADERS } from '
|
5 |
import { SfilemobiSearchArgsSchema, SfilemobiSearchSchema } from '../types/sfilemobie-v1.js';
|
6 |
|
7 |
export default async function sfilemobiSearch(query, page = 1) {
|
|
|
1 |
import got from 'got';
|
2 |
import * as cheerio from 'cheerio';
|
3 |
import { parseFileSize } from './util.js';
|
4 |
+
import { DEFAULT_HEADERS } from '../constant.js';
|
5 |
import { SfilemobiSearchArgsSchema, SfilemobiSearchSchema } from '../types/sfilemobie-v1.js';
|
6 |
|
7 |
export default async function sfilemobiSearch(query, page = 1) {
|