diff options
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; |