diff options
author | Jesús Eduardo <heckyel@hyperbola.info> | 2017-08-06 20:43:24 -0500 |
---|---|---|
committer | Jesús Eduardo <heckyel@hyperbola.info> | 2017-08-06 20:43:24 -0500 |
commit | f7045b862a5b7c3de8ee2ea3da67616b38a667cc (patch) | |
tree | 504f420546df4934495bbd6f3d9761650b3783bd /README.md | |
download | ytlibre-f7045b862a5b7c3de8ee2ea3da67616b38a667cc.tar.lz ytlibre-f7045b862a5b7c3de8ee2ea3da67616b38a667cc.tar.xz ytlibre-f7045b862a5b7c3de8ee2ea3da67616b38a667cc.zip |
first commit
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/README.md b/README.md new file mode 100644 index 0000000..f078a5f --- /dev/null +++ b/README.md @@ -0,0 +1,26 @@ +# ytlibre + +Extractor de vídeos de Youtube escrito en PHP, ECMAScript, CSS y HTML. + +## Capacidades +- Permite extraer vídeos de Youtube para su descarga y visualización con o sin ECMAScript (JavaScript). + +## Instalación + +1. Clona este repo `ytlibre` en un directorio, mediante: `git clone https://notabug.org/Heckyel/ytlibre` +2. Copia el contenido del directorio `ytlibre` a tu localhost o servidor. +5. Listo! + +## Demos + +- [ytlibre](https://ytlibre.ga) + + +## Licencia + +Esta obra esta bajo la Licencia [GNU AGPLv3+](LICENSE) + +## Contributor + +- Email: Heckyel [at] riseup [dot] net +- GNUSocial: https://gnusocial.net/heckyel |