From 0f7dd0325dcf5914a32c6ca8004e1c2fa5883cb2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jes=C3=BAs?= Date: Fri, 11 Dec 2020 23:38:11 -0500 Subject: version 1.2.4 --- README.md | 6 +++--- index.php | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 8a6da65..52a7fe8 100644 --- a/README.md +++ b/README.md @@ -39,10 +39,10 @@ Extractor de vĂ­deos de Youtube escrito en PHP, ECMAScript, CSS y HTML. ## Demos -- https://ytlibre.conocimientoslibres.ga [v1.2.3] [https] +- https://ytlibre.conocimientoslibres.ga [v1.2.4] [https] - https://www.freakspot.net/programas/ytlibre/ [desconocido] -- http://lfrh5ionyyqcqktuhtcnt3tshmvfwh2j5dldntiahxt7xe7xnojq.b32.i2p [v1.2.3] [i2p] -- http://ytlibre.heckyel.i2p/ [v1.2.3] [i2p] +- http://lfrh5ionyyqcqktuhtcnt3tshmvfwh2j5dldntiahxt7xe7xnojq.b32.i2p [v1.2.4] [i2p] +- http://ytlibre.heckyel.i2p/ [v1.2.4] [i2p] ## Hacking diff --git a/index.php b/index.php index 8b352e8..dbc3d4c 100644 --- a/index.php +++ b/index.php @@ -5,7 +5,7 @@ define('ROOT_PATH', preg_replace('/index.php/', '', $_SERVER["DOCUMENT_ROOT"].$_ define('TOOLS_PATH', ROOT_PATH.'tools/'); $titulo="YTLibre"; -$version="1.2.3"; +$version="1.2.4"; /* ---- ---- ---- Generated ---- ---- ---- ---- */ if ( empty($_GET['link']) ) { -- cgit v1.2.3