From 75950bd393ca35e47ef0933b91f5cb676dd4bfee Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jes=C3=BAs?= Date: Thu, 14 Oct 2021 22:22:31 -0500 Subject: update URL --- README.md | 2 +- index.php | 1 + templates/index.tpl | 2 +- templates/librejs.html | 4 ++-- templates/video.tpl | 2 +- 5 files changed, 6 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index c465a85..6d319cc 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ Extractor de vídeos de Youtube escrito en PHP, ECMAScript, CSS y HTML. 1. Clona este repo `ytlibre` en un directorio, mediante: - $ git clone https://libregit.org/heckyel/ytlibre + $ git clone https://notabug.org/heckyel/ytlibre 2. Cambia permisos a `ytlibre` solo si el **servidor no esta configurado**, caso contrario salta al paso 3. diff --git a/index.php b/index.php index dbc3d4c..fe48d67 100644 --- a/index.php +++ b/index.php @@ -6,6 +6,7 @@ define('TOOLS_PATH', ROOT_PATH.'tools/'); $titulo="YTLibre"; $version="1.2.4"; +$source_code="https://notabug.org/heckyel/ytlibre"; /* ---- ---- ---- Generated ---- ---- ---- ---- */ if ( empty($_GET['link']) ) { diff --git a/templates/index.tpl b/templates/index.tpl index f9e80a0..63c7b08 100644 --- a/templates/index.tpl +++ b/templates/index.tpl @@ -29,7 +29,7 @@ GNU AGPLv3+

-

Versión Versión {$version}

diff --git a/templates/librejs.html b/templates/librejs.html index 183bd24..de51646 100644 --- a/templates/librejs.html +++ b/templates/librejs.html @@ -12,12 +12,12 @@ plyr.min.js Expat - plyr.tar.gz + plyr.tar.gz plyr.js Expat - plyr.tar.gz + plyr.tar.gz diff --git a/templates/video.tpl b/templates/video.tpl index f690f3a..51c5cf4 100644 --- a/templates/video.tpl +++ b/templates/video.tpl @@ -159,7 +159,7 @@ Información de licencias de JavaScript.

-

Versión Versión {$version}

-- cgit v1.2.3