diff options
author | Jesús <heckyel@hyperbola.info> | 2019-05-21 22:31:18 -0500 |
---|---|---|
committer | Jesús <heckyel@hyperbola.info> | 2019-05-21 22:31:18 -0500 |
commit | 403def35b11d2dba5e596662ebdd0c9dd2438772 (patch) | |
tree | ef1fbae8d7968e120aa30c3c947d267cb1ee3ffb /index.php | |
parent | 0c10774cd262d3b038691567684861e191100733 (diff) | |
download | ytlibre-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.php | 7 |
1 files changed, 5 insertions, 2 deletions
@@ -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', |