diff options
author | Jesús <heckyel@hyperbola.info> | 2020-12-11 23:38:11 -0500 |
---|---|---|
committer | Jesús <heckyel@hyperbola.info> | 2020-12-11 23:38:11 -0500 |
commit | 0f7dd0325dcf5914a32c6ca8004e1c2fa5883cb2 (patch) | |
tree | 1971a24011a49bae1850ac6ff81b757528c9d9ab | |
parent | 6d735abe0a59204477346d7fa873a384eb55afee (diff) | |
download | ytlibre-0f7dd0325dcf5914a32c6ca8004e1c2fa5883cb2.tar.lz ytlibre-0f7dd0325dcf5914a32c6ca8004e1c2fa5883cb2.tar.xz ytlibre-0f7dd0325dcf5914a32c6ca8004e1c2fa5883cb2.zip |
version 1.2.4
-rw-r--r-- | README.md | 6 | ||||
-rw-r--r-- | index.php | 2 |
2 files changed, 4 insertions, 4 deletions
@@ -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 @@ -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']) ) { |