diff options
author | Jesús Eduardo <heckyel@hyperbola.info> | 2017-08-22 20:51:06 -0500 |
---|---|---|
committer | Jesús Eduardo <heckyel@hyperbola.info> | 2017-08-22 20:51:06 -0500 |
commit | 59e75c0e918c109b8a8959cbf37cb50a5b5c1b4e (patch) | |
tree | e15d0f7e6619c3708b8d19f195ae010d481cd8cf | |
parent | 40f4b9f4cfb5d22d54bbc27c93353034785f7ae6 (diff) | |
download | ytlibre-59e75c0e918c109b8a8959cbf37cb50a5b5c1b4e.tar.lz ytlibre-59e75c0e918c109b8a8959cbf37cb50a5b5c1b4e.tar.xz ytlibre-59e75c0e918c109b8a8959cbf37cb50a5b5c1b4e.zip |
ajuste de salida
-rw-r--r-- | processor.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/processor.php b/processor.php index a8ac45e..e96ea1e 100644 --- a/processor.php +++ b/processor.php @@ -52,4 +52,3 @@ $cStreams = parseStream($streamFormats); // Aquí selecciona solo 2 vídeos principales. $videosStream = array_slice($cStreams, 0, 2); - |