From aa324cf0f166c7c57692e1dac1a1a0aa333498c8 Mon Sep 17 00:00:00 2001 From: Jonatan Nilsson Date: Mon, 17 Apr 2023 08:35:31 +0000 Subject: [PATCH] discord_embed: Add another warning message about h.265 --- discord_embed/package.json | 2 +- discord_embed/public/index.html | 7 ++++--- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/discord_embed/package.json b/discord_embed/package.json index 7e5943e..5d8ae6e 100644 --- a/discord_embed/package.json +++ b/discord_embed/package.json @@ -1,6 +1,6 @@ { "name": "discord_embed", - "version": "1.0.17", + "version": "1.0.18", "port": 4120, "description": "AV1 discord server embed helper", "main": "index.js", diff --git a/discord_embed/public/index.html b/discord_embed/public/index.html index 8f09bba..373db12 100644 --- a/discord_embed/public/index.html +++ b/discord_embed/public/index.html @@ -2,7 +2,7 @@ - Discord Embedder from AV1 server 1.0.17 + Discord Embedder from AV1 server 1.0.18 {{ if (imageLink) { }} @@ -225,8 +225,9 @@ h1 {

Create/generate embed url

Please don't try to use youtube.com links or file sharing sites that don't allow direct link to the video. They will show a download page and won't embed properly (for example mediafire.com, megaupload, drive.google.com, etc.)
Those will all not work. (You can test if embedding works by clicking play below in the video player after filling out the video link.)

-

Video upload sites that work are sites like catbox.moe.

-

Video files of .mkv will not work! Only files like *.mov, *.mp4 and *.webm will work.

+

Video upload sites that work are sites like catbox.moe and other sites that allow direct link to video file.

+

HEVC/h.265 files will not embed or work!

+

Video files of .mkv will also not work! Only files like *.mov, *.mp4 and *.webm will work.

{{ if (error) { }}

{{=error}}

{{ } }}