aboutsummaryrefslogtreecommitdiffstats
path: root/index.php
diff options
context:
space:
mode:
authorJesús <heckyel@hyperbola.info>2018-11-13 15:00:38 -0500
committerJesús <heckyel@hyperbola.info>2018-11-13 15:00:38 -0500
commit030a3e99eba72dfd071697167a14bfe798dd2b74 (patch)
tree79dc65b14c560374f500d6e9f9918c6b98d95137 /index.php
parent90a40d1a07a9c6401ad4beaadfd1df91e7c82318 (diff)
downloadytlibre-030a3e99eba72dfd071697167a14bfe798dd2b74.tar.lz
ytlibre-030a3e99eba72dfd071697167a14bfe798dd2b74.tar.xz
ytlibre-030a3e99eba72dfd071697167a14bfe798dd2b74.zip
remove view_count, now not found
Diffstat (limited to 'index.php')
-rw-r--r--index.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/index.php b/index.php
index f9f3d4e..b8ae22e 100644
--- a/index.php
+++ b/index.php
@@ -26,7 +26,6 @@ if (empty($_GET['link'])){
$video_decode->assign("videoThumbURL", $videoThumbURL);
$video_decode->assign("videoAuthor", $videoAuthor);
$video_decode->assign("videoDuration", $videoDuration);
- $video_decode->assign("videoViews", $videoViews);
$video_decode->assign("librethumb", $librethumb);
$video_decode->assign("cStreams", $cStreams);