ruverav / ivoox_unlocker

This little application lets you consume audios from protected podcasts from iVoox.

Home Page:https://ivoox.sysd.es

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

iVoox Unlocker

This little application lets you consume audios from protected podcasts from iVoox.

How to run it with Node (relative to root folder):

$ cd app
$ npm install -y
$ npm start

How to run it with Docker (relative to root folder):

$ docker build -t ivoox_unlocker .
$ docker run --name ivoox_unlocker -p 3000:3000 -d ivoox_unlocker

Optional

Use an Nginx proxy to redirect port 3000 to port 80 for an specific domain.

About

This little application lets you consume audios from protected podcasts from iVoox.

https://ivoox.sysd.es

License:GNU General Public License v3.0


Languages

Language:HTML 78.6%Language:JavaScript 20.2%Language:Dockerfile 1.2%