diff options
author | Jesús <heckyel@hyperbola.info> | 2019-05-24 10:10:41 -0500 |
---|---|---|
committer | Jesús <heckyel@hyperbola.info> | 2019-05-24 10:10:41 -0500 |
commit | 78859d3db00820f98e67250253d68849cae85a90 (patch) | |
tree | cade76eb722194d3c39071b4802fd41e11400f56 | |
parent | e3fa90e72c3c32f0be37d839d5715de911c3ded9 (diff) | |
download | ytlibre-78859d3db00820f98e67250253d68849cae85a90.tar.lz ytlibre-78859d3db00820f98e67250253d68849cae85a90.tar.xz ytlibre-78859d3db00820f98e67250253d68849cae85a90.zip |
added title into video breaking DRM
-rw-r--r-- | tools/processor.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/processor.php b/tools/processor.php index a615a76..3b96487 100644 --- a/tools/processor.php +++ b/tools/processor.php @@ -68,7 +68,7 @@ EOT; <div class="col">{$downloadFormat}</div> <div class="col">{$downloadQuality}</div> <div class="col"> - <a class="boton-descarga" href="{$breakurl}" download>Descarga Habilitada</a> + <a class="boton-descarga" href="{$breakurl}" title="{$videoTitle}.{$downloadFormat}" download="{$videoTitle}.{$downloadFormat}">Descarga Habilitada</a> </div> </div> EOT; |