Skip to content

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

License

Notifications You must be signed in to change notification settings

ruverav/ivoox_unlocker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published