The Instant View Editor uses a three-column layout, so you really want to use it on a desktop screen that's wide enough. Sorry for the inconvenience.

Back to the main page »

Original

Preview

Link Preview

Issue #2

In response to https://instantview.telegram.org/contest/wvlt.tv/template11/issue1/

The requested video is always described in the first entry of "playlist" array, if there is, and has a "mediaid" property containing url of the video:
playlist: [
{
title: "${encVidTitle}",
description: "",
cScontentId: "${videoObj.id}",
mediaid: "${videoObj.id}",
file: "",
},
...
For whatever reason the requested video is absent, this prop is not defined.
At the same time, the rest entries of the array do not have "mediaid" property, and always describe irrelevant videos that are being shown on every video page.

You blindly use the first entry, containing mp4-url, which doesn't even have "mediaid" prop.

Moreover, you've hardcoded /video path to be excluded. Do not ever do it this way. The url can contain GET-params or more. Coz It's a web, cross-site/SEO links are everywhere.
Pavel T.
Cause it's web, no one regular user will enter ?vid=1 or ?vid=asdasdasd and share it in TG just to check your or my IV.
Use a links which are availible by direct clicking, not address bar cheating.
Type of issue
Rudimentary content not removed
Reported
Mar 23, 2019