Update lib/mediafire/mediafire.js
Browse files
lib/mediafire/mediafire.js
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
import got from 'got';
|
2 |
import * as cheerio from 'cheerio';
|
3 |
import { DEFAULT_HEADERS } from '../constant.js';
|
4 |
-
import { parseFileSize } from './
|
5 |
import { MediafiredlArgsSchema, MediafiredlSchema } from '../types/mediafire-dl.js';
|
6 |
|
7 |
export async function mediafiredl (url) {
|
|
|
1 |
import got from 'got';
|
2 |
import * as cheerio from 'cheerio';
|
3 |
import { DEFAULT_HEADERS } from '../constant.js';
|
4 |
+
import { parseFileSize } from './util.js';
|
5 |
import { MediafiredlArgsSchema, MediafiredlSchema } from '../types/mediafire-dl.js';
|
6 |
|
7 |
export async function mediafiredl (url) {
|