randydev commited on
Commit
9181677
·
verified ·
1 Parent(s): cb53deb

Update plugins/alldownloader.js

Browse files
Files changed (1) hide show
  1. 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: