diff options
| author | Zak B. Elep <zakame@zakame.net> | 2023-08-17 20:58:09 +0800 |
|---|---|---|
| committer | Zak B. Elep <zakame@zakame.net> | 2023-08-17 20:58:09 +0800 |
| commit | 59c497e1689fe5ff1c09c1882c04d789f9e32918 (patch) | |
| tree | 2b049435ccd8358224a10dda6be2565a6ae89700 /doc | |
| parent | c292b96f068ec2e6323466bed011d5bae9ede662 (diff) | |
doc: update for yt-dlp
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/API.md | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -165,9 +165,9 @@ way. The files, however, should be passed as regular fields appended with a accepts a file named `content`, the client should pass `{"contentUrl":"http://example.com/file.jpg"}` as a part of the JSON message body. When creating or updating post content using this method, the server can -also be configured to employ [youtube-dl](https://github.com/ytdl-org/youtube-dl) -to download content from popular sites such as youtube, gfycat, etc. Access to -youtube-dl can be configured with the `'uploads:use_downloader'` permission +also be configured to employ [yt-dlp](https://github.com/yt-dlp/yt-dlp) to +download content from popular sites such as youtube, gfycat, etc. Access to +yt-dlp can be configured with the `'uploads:use_downloader'` permission Finally, in some cases the user might want to reuse one file between the requests to save the bandwidth (for example, reverse search + consecutive |