aboutsummaryrefslogtreecommitdiffstats
path: root/tools/processor.php
diff options
context:
space:
mode:
authorJesús <heckyel@hyperbola.info>2019-05-25 13:58:02 -0500
committerJesús <heckyel@hyperbola.info>2019-05-25 13:58:02 -0500
commita95b901045aef0ea7337f9ed2fa5d75edb486f85 (patch)
treee3a0d2de4eafc98c79895290b89a25ebf6d9ee8b /tools/processor.php
parentdd6d9181ab43817ff9cefe4efbf3d666a4a1ec29 (diff)
downloadytlibre-a95b901045aef0ea7337f9ed2fa5d75edb486f85.tar.lz
ytlibre-a95b901045aef0ea7337f9ed2fa5d75edb486f85.tar.xz
ytlibre-a95b901045aef0ea7337f9ed2fa5d75edb486f85.zip
improve comments
Diffstat (limited to 'tools/processor.php')
-rw-r--r--tools/processor.php5
1 files changed, 2 insertions, 3 deletions
diff --git a/tools/processor.php b/tools/processor.php
index efcacdb..005396d 100644
--- a/tools/processor.php
+++ b/tools/processor.php
@@ -58,8 +58,7 @@ $streamFormats = $video_info->formatStreams;
// Downloads
$downloads = $video_info->formatStreams;
-/* Breaking DRM!!! */
-
+///// Beaking DRM!!!
// Check standar video into URL
$url_standar = video_exists($streamFormats[0]->url);
// format video DRM
@@ -105,7 +104,7 @@ EOT;
$breaklink = '';
$breakdownload = '';
}
-/* End Breaking DRM!!! */
+///// End Beaking DRM!!!
// // Captions
// $streamCaptions = $video_info->captions;