doc: update for yt-dlp
This commit is contained in:
parent
c292b96f06
commit
59c497e168
2 changed files with 4 additions and 4 deletions
|
@ -8,7 +8,7 @@ scrubbing](https://sjp.pwn.pl/sjp/;2527372). It is pronounced as *shoorubooru*.
|
||||||
## Features
|
## Features
|
||||||
|
|
||||||
- Post content: images (JPG, PNG, GIF, animated GIF), videos (MP4, WEBM), Flash animations
|
- Post content: images (JPG, PNG, GIF, animated GIF), videos (MP4, WEBM), Flash animations
|
||||||
- Ability to retrieve web video content using [youtube-dl](https://github.com/ytdl-org/youtube-dl)
|
- Ability to retrieve web video content using [yt-dlp](https://github.com/yt-dlp/yt-dlp)
|
||||||
- Post comments
|
- Post comments
|
||||||
- Post notes / annotations, including arbitrary polygons
|
- Post notes / annotations, including arbitrary polygons
|
||||||
- Rich JSON REST API ([see documentation](doc/API.md))
|
- Rich JSON REST API ([see documentation](doc/API.md))
|
||||||
|
|
|
@ -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
|
accepts a file named `content`, the client should pass
|
||||||
`{"contentUrl":"http://example.com/file.jpg"}` as a part of the JSON message
|
`{"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
|
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)
|
also be configured to employ [yt-dlp](https://github.com/yt-dlp/yt-dlp) to
|
||||||
to download content from popular sites such as youtube, gfycat, etc. Access to
|
download content from popular sites such as youtube, gfycat, etc. Access to
|
||||||
youtube-dl can be configured with the `'uploads:use_downloader'` permission
|
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
|
Finally, in some cases the user might want to reuse one file between the
|
||||||
requests to save the bandwidth (for example, reverse search + consecutive
|
requests to save the bandwidth (for example, reverse search + consecutive
|
||||||
|
|
Loading…
Reference in a new issue