diff options
author | Jesús <heckyel@hyperbola.info> | 2019-05-25 13:58:02 -0500 |
---|---|---|
committer | Jesús <heckyel@hyperbola.info> | 2019-05-25 13:58:02 -0500 |
commit | a95b901045aef0ea7337f9ed2fa5d75edb486f85 (patch) | |
tree | e3a0d2de4eafc98c79895290b89a25ebf6d9ee8b /tools/processor.php | |
parent | dd6d9181ab43817ff9cefe4efbf3d666a4a1ec29 (diff) | |
download | ytlibre-a95b901045aef0ea7337f9ed2fa5d75edb486f85.tar.lz ytlibre-a95b901045aef0ea7337f9ed2fa5d75edb486f85.tar.xz ytlibre-a95b901045aef0ea7337f9ed2fa5d75edb486f85.zip |
improve comments
Diffstat (limited to 'tools/processor.php')
-rw-r--r-- | tools/processor.php | 5 |
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; |