From 6e4cf8ee683313f3264d0e0d162816f7c0b71be2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jes=C3=BAs?= Date: Sat, 25 May 2019 18:43:54 -0500 Subject: BugFix: not extract video DRM into embed --- embed/index.php | 8 ++++++++ templates/embed.tpl | 11 +++++++---- 2 files changed, 15 insertions(+), 4 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', diff --git a/templates/embed.tpl b/templates/embed.tpl index 72f85bd..e265a90 100644 --- a/templates/embed.tpl +++ b/templates/embed.tpl @@ -42,10 +42,13 @@ -- cgit v1.2.3