Update plugins/alldownloader.js
Browse files- plugins/alldownloader.js +4 -0
plugins/alldownloader.js
CHANGED
@@ -78,6 +78,7 @@ async function downloadMedia(media) {
|
|
78 |
* description: API key for authentication
|
79 |
* schema:
|
80 |
* type: string
|
|
|
81 |
* responses:
|
82 |
* 200:
|
83 |
* description: Success
|
@@ -117,6 +118,7 @@ AllDlRoutes.get('/api/v1/dl/twitter-v3', async (req, res) => {
|
|
117 |
* description: API key for authentication
|
118 |
* schema:
|
119 |
* type: string
|
|
|
120 |
* responses:
|
121 |
* 200:
|
122 |
* description: Success
|
@@ -156,6 +158,7 @@ AllDlRoutes.get('/api/v1/dl/twitter-v2', async (req, res) => {
|
|
156 |
* description: API key for authentication
|
157 |
* schema:
|
158 |
* type: string
|
|
|
159 |
* responses:
|
160 |
* 200:
|
161 |
* description: Success
|
@@ -199,6 +202,7 @@ AllDlRoutes.get('/api/v1/dl/xnxx-info-v2', authenticateApiKey, apiLimiter, async
|
|
199 |
* description: API key for authentication
|
200 |
* schema:
|
201 |
* type: string
|
|
|
202 |
* responses:
|
203 |
* 200:
|
204 |
* description: Success
|
|
|
78 |
* description: API key for authentication
|
79 |
* schema:
|
80 |
* type: string
|
81 |
+
* example: "lu api key di @aknuserbot telegram"
|
82 |
* responses:
|
83 |
* 200:
|
84 |
* description: Success
|
|
|
118 |
* description: API key for authentication
|
119 |
* schema:
|
120 |
* type: string
|
121 |
+
* example: "lu api key di @aknuserbot telegram"
|
122 |
* responses:
|
123 |
* 200:
|
124 |
* description: Success
|
|
|
158 |
* description: API key for authentication
|
159 |
* schema:
|
160 |
* type: string
|
161 |
+
* example: "lu api key di @aknuserbot telegram"
|
162 |
* responses:
|
163 |
* 200:
|
164 |
* description: Success
|
|
|
202 |
* description: API key for authentication
|
203 |
* schema:
|
204 |
* type: string
|
205 |
+
* example: "lu api key di @aknuserbot telegram"
|
206 |
* responses:
|
207 |
* 200:
|
208 |
* description: Success
|