aboutsummaryrefslogtreecommitdiffstats
path: root/embed/index.php
diff options
context:
space:
mode:
authorJesús <heckyel@hyperbola.info>2019-05-25 18:43:54 -0500
committerJesús <heckyel@hyperbola.info>2019-05-25 18:43:54 -0500
commit6e4cf8ee683313f3264d0e0d162816f7c0b71be2 (patch)
treebbdf323dcb46cebedf6c8c2562664d0e8e7b9b25 /embed/index.php
parente07065d2a123fcb419db1be06510e05cf15836c7 (diff)
downloadytlibre-6e4cf8ee683313f3264d0e0d162816f7c0b71be2.tar.lz
ytlibre-6e4cf8ee683313f3264d0e0d162816f7c0b71be2.tar.xz
ytlibre-6e4cf8ee683313f3264d0e0d162816f7c0b71be2.zip
BugFix: not extract video DRM into embed
Diffstat (limited to 'embed/index.php')
-rw-r--r--embed/index.php8
1 files changed, 8 insertions, 0 deletions
diff --git a/embed/index.php b/embed/index.php
index 8d85408..c50ecac 100644
--- a/embed/index.php
+++ b/embed/index.php
@@ -24,8 +24,16 @@ if (empty($_GET['link'])){
$video_decode->assign("videoTitle", $videoTitle);
$video_decode->assign("librethumb", $librethumb);
+ // Videos Loop
$video_decode->assign("streamFormats", $streamFormats);
+
+ // URL DRM
+ $video_decode->assign("breakurl", $breakurl);
+
+ // Video DRM
$video_decode->assign("breaklink", $breaklink);
+ $video_decode->assign("breakquality", $breakquality);
+ $video_decode->assign("formatdrm", $formatdrm);
/* ---- ---- CSS ---- ---- */
$video_decode->assign('styles', array('frond' => '../templates/css/frond.min.css',