Update plugins/alldownloader.js
Browse files- plugins/alldownloader.js +7 -0
plugins/alldownloader.js
CHANGED
@@ -66,6 +66,13 @@ async function downloadMedia(media) {
|
|
66 |
* summary: Youtube DL Downloader
|
67 |
* tags: [ALL-Downloader]
|
68 |
* responses:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
69 |
* 200:
|
70 |
* description: Success
|
71 |
* 400:
|
|
|
66 |
* summary: Youtube DL Downloader
|
67 |
* tags: [ALL-Downloader]
|
68 |
* responses:
|
69 |
+
* parameters:
|
70 |
+
* - in: query
|
71 |
+
* name: url
|
72 |
+
* required: true
|
73 |
+
* description: null
|
74 |
+
* schema:
|
75 |
+
* type: string
|
76 |
* 200:
|
77 |
* description: Success
|
78 |
* 400:
|