This little application lets you consume audios from protected podcasts from iVoox.
$ cd app
$ npm install -y
$ npm start
$ docker build -t ivoox_unlocker .
$ docker run --name ivoox_unlocker -p 3000:3000 -d ivoox_unlocker
Use an Nginx proxy to redirect port 3000 to port 80 for an specific domain.