Einthusan CLI tool to extra streaming url.
Change URL
in einthusan-dl.py to use your own API
server. To deploy your own server please follow the instruction below.
python einthusan.py "https://einthusan.tv/movie/watch/{movie_id}" "FileName.MP4"
-
Ensure you have the Heroku toolbelt installed and set-up.
-
Clone this repo:
git clone https://github.com/iphoting/youtube-dl-api-server-heroku
. -
Provision a Heroku app:
cd youtube-dl-api-server-heroku; heroku create <your-app-name>
. -
Push to deploy the app:
git push -u heroku master
. -
Check its runtime logs:
heroku logs
, and status:heroku ps
. -
Your API server version is now available at:
https://<your-app-name>.herokuapp.com/api/version
.