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