diff options
author | Jesús <heckyel@hyperbola.info> | 2019-05-25 18:43:54 -0500 |
---|---|---|
committer | Jesús <heckyel@hyperbola.info> | 2019-05-25 18:43:54 -0500 |
commit | 6e4cf8ee683313f3264d0e0d162816f7c0b71be2 (patch) | |
tree | bbdf323dcb46cebedf6c8c2562664d0e8e7b9b25 /embed/index.php | |
parent | e07065d2a123fcb419db1be06510e05cf15836c7 (diff) | |
download | ytlibre-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.php | 8 |
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', |