aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesús <heckyel@hyperbola.info>2021-10-14 22:22:31 -0500
committerJesús <heckyel@hyperbola.info>2021-10-14 22:22:31 -0500
commit75950bd393ca35e47ef0933b91f5cb676dd4bfee (patch)
treee1011069105393d56cebbe80f51779e5a8653c50
parentf5110cb9169bd755cf648440fd8aee777fdb5718 (diff)
downloadytlibre-75950bd393ca35e47ef0933b91f5cb676dd4bfee.tar.lz
ytlibre-75950bd393ca35e47ef0933b91f5cb676dd4bfee.tar.xz
ytlibre-75950bd393ca35e47ef0933b91f5cb676dd4bfee.zip
update URL
-rw-r--r--README.md2
-rw-r--r--index.php1
-rw-r--r--templates/index.tpl2
-rw-r--r--templates/librejs.html4
-rw-r--r--templates/video.tpl2
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 @@
<abbr title="GNU Affero General Public License version 3">GNU AGPLv3+</abbr>
</a>
</p>
- <p class="copyleft">Versión <a href="https://libregit.org/heckyel/ytlibre/src/tag/{$version}"
+ <p class="copyleft">Versión <a href="{$source_code}/src/tag/{$version}"
class="enlace"
rel="noopener noreferrer"
target="_blank">{$version}</a></p>
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 @@
<tr>
<td><a href="./libs/plyr/plyr.min.js">plyr.min.js</a></td>
<td><a href="https://www.freebsd.org/copyright/freebsd-license.html">Expat</a></td>
- <td><a href="https://libregit.org/heckyel/plyr/archive/v1.0.tar.gz">plyr.tar.gz</a></td>
+ <td><a href="https://notabug.org/heckyel/plyr/archive/v1.0.tar.gz">plyr.tar.gz</a></td>
</tr>
<tr>
<td><a href="./libs/plyr/plyr.js">plyr.js</a></td>
<td><a href="https://www.freebsd.org/copyright/freebsd-license.html">Expat</a></td>
- <td><a href="https://libregit.org/heckyel/plyr/archive/v1.0.tar.gz">plyr.tar.gz</a></td>
+ <td><a href="https://notabug.org/heckyel/plyr/archive/v1.0.tar.gz">plyr.tar.gz</a></td>
</tr>
</tbody>
</table>
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 @@
<a class="enlace" href="templates/librejs.html" data-jslicense="1"
rel="license noopener noreferrer" target="_blank">Información de licencias de JavaScript.</a>
</p>
- <p class="copyleft">Versión <a href="https://libregit.org/heckyel/ytlibre/src/tag/{$version}"
+ <p class="copyleft">Versión <a href="{$source_code}/src/tag/{$version}"
class="enlace"
rel="noopener noreferrer"
target="_blank">{$version}</a></p>