Update lib/youtube/youtube.js
Browse files- lib/youtube/youtube.js +1 -1
lib/youtube/youtube.js
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
import got from 'got';
|
2 |
import {
|
3 |
ConvertResponseSchema,
|
4 |
-
|
5 |
YoutubedlResponseSchema,
|
6 |
} from '../types/youtubedl-v1.js';
|
7 |
import {
|
|
|
1 |
import got from 'got';
|
2 |
import {
|
3 |
ConvertResponseSchema,
|
4 |
+
LinkItemSchema,
|
5 |
YoutubedlResponseSchema,
|
6 |
} from '../types/youtubedl-v1.js';
|
7 |
import {
|