aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--tools/processor.php2
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;