Compare commits

...

2 Commits

Author SHA1 Message Date
DJ Chase 696e737c3a Switch to semantic versioning 2024-01-22 08:35:05 -05:00
DJ Chase 7594c45d11 Calm down about self hosting in stock instances 2024-01-22 08:32:14 -05:00
2 changed files with 3 additions and 2 deletions

View File

@ -2,7 +2,7 @@
</main>
<footer>
<p>VTT&nbsp;Embed is Open Source and self-hostable!
<p>VTT&nbsp;Embed is Open Source!
<a href="https://tildegit.org/u9000/vtt-embed">Check it out on
<del>Sourcehut</del>Tildegit</a>.
</p>

View File

@ -30,7 +30,8 @@ which will generate the embed code for you.** [Skip this section](#support)
There are two parameters you can use: `url` and `format`. `url` is the
percent-encoded URL of to the page with the video youd like to embed; it is the
only required parameter. `format` is the [youtube-dl][3] format youd like to
use. It defaults to `format=best` if you do not specify it.
use. It defaults to `format=best` if you do not specify it. (VTT Embed also uses
[Semantic Versioning 2.*.*](https://semver.org/).
[3]: https://ytdl-org.github.io/youtube-dl/