updated variables for vquality in api docs
This commit is contained in:
parent
9645472a53
commit
d196510b80
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ Response Body Type: ``application/json``
|
||||||
|:----------------|:--------|:----------------------------------|:----------|:-------------------------------------------------------------------------------|
|
|:----------------|:--------|:----------------------------------|:----------|:-------------------------------------------------------------------------------|
|
||||||
| url | string | Sharable URL encoded as URI | ``null`` | **Must** be included in every request. |
|
| url | string | Sharable URL encoded as URI | ``null`` | **Must** be included in every request. |
|
||||||
| vCodec | string | ``h264 / av1 / vp9`` | ``h264`` | Applies only to YouTube downloads. ``h264`` is recommended for phones. |
|
| vCodec | string | ``h264 / av1 / vp9`` | ``h264`` | Applies only to YouTube downloads. ``h264`` is recommended for phones. |
|
||||||
| vQuality | string | ``los / low / mid / hig / max`` | ``720`` | ``720`` quality is recommended for phones. |
|
| vQuality | string | ``144 / ... / 2160 / max`` | ``720`` | ``720`` quality is recommended for phones. |
|
||||||
| aFormat | string | ``best / mp3 / ogg / wav / opus`` | ``mp3`` | |
|
| aFormat | string | ``best / mp3 / ogg / wav / opus`` | ``mp3`` | |
|
||||||
| isAudioOnly | boolean | ``true / false`` | ``false`` | |
|
| isAudioOnly | boolean | ``true / false`` | ``false`` | |
|
||||||
| isNoTTWatermark | boolean | ``true / false`` | ``false`` | Changes whether downloaded TikTok & Douyin videos have watermarks. |
|
| isNoTTWatermark | boolean | ``true / false`` | ``false`` | Changes whether downloaded TikTok & Douyin videos have watermarks. |
|
||||||
|
|
Loading…
Reference in a new issue