aboutsummaryrefslogtreecommitdiffstats
path: root/index.php
diff options
context:
space:
mode:
authorJesús <heckyel@hyperbola.info>2019-05-21 22:31:18 -0500
committerJesús <heckyel@hyperbola.info>2019-05-21 22:31:18 -0500
commit403def35b11d2dba5e596662ebdd0c9dd2438772 (patch)
treeef1fbae8d7968e120aa30c3c947d267cb1ee3ffb /index.php
parent0c10774cd262d3b038691567684861e191100733 (diff)
downloadytlibre-403def35b11d2dba5e596662ebdd0c9dd2438772.tar.lz
ytlibre-403def35b11d2dba5e596662ebdd0c9dd2438772.tar.xz
ytlibre-403def35b11d2dba5e596662ebdd0c9dd2438772.zip
Extract data from invidio
This migration allows users to extract videos with DRM and without DRM. All this without non-free JS
Diffstat (limited to 'index.php')
-rw-r--r--index.php7
1 files changed, 5 insertions, 2 deletions
diff --git a/index.php b/index.php
index 8000daa..ff1be94 100644
--- a/index.php
+++ b/index.php
@@ -30,9 +30,12 @@ if (empty($_GET['link'])){
$video_decode->assign("videoViews", $videoViews);
$video_decode->assign("librethumb", $librethumb);
- $video_decode->assign("cStreams", $cStreams);
+ $video_decode->assign("downloads", $downloads);
+ $video_decode->assign("breakdownload", $breakdownload);
+ $video_decode->assign("streamFormats", $streamFormats);
+
+ $video_decode->assign("breaklink", $breaklink);
$video_decode->assign("baselink", $baselink);
- $video_decode->assign("videosStream", $videosStream);
/* ---- ---- CSS ---- ---- */
$video_decode->assign('styles', array('frond' => 'templates/css/frond.min.css',