Update plugins/alldownloader.js
Browse files- plugins/alldownloader.js +2 -2
plugins/alldownloader.js
CHANGED
@@ -56,7 +56,7 @@ async function downloadMedia(media) {
|
|
56 |
* - in: query
|
57 |
* name: q
|
58 |
* required: true
|
59 |
-
* description:
|
60 |
* schema:
|
61 |
* type: string
|
62 |
* - in: header
|
@@ -100,7 +100,7 @@ AllDlRoutes.get('/api/v1/dl/sfilemobi-search', authenticateApiKey, apiLimiter, a
|
|
100 |
* - in: query
|
101 |
* name: url
|
102 |
* required: true
|
103 |
-
* description:
|
104 |
* schema:
|
105 |
* type: string
|
106 |
* - in: header
|
|
|
56 |
* - in: query
|
57 |
* name: q
|
58 |
* required: true
|
59 |
+
* description: null
|
60 |
* schema:
|
61 |
* type: string
|
62 |
* - in: header
|
|
|
100 |
* - in: query
|
101 |
* name: url
|
102 |
* required: true
|
103 |
+
* description: null
|
104 |
* schema:
|
105 |
* type: string
|
106 |
* - in: header
|