4v3ngR / pluto_tv_scraper

Generate an m3u8 and xml (epg) for pluto tv channels
https://www.npmjs.com/package/plutotv-scraper
MIT License
19 stars 6 forks source link

node on command line issue #5

Closed Toei79 closed 8 months ago

Toei79 commented 8 months ago

image

i tried run this on command line but its not working. try to add it to crontab but .

it runs on pluto tv scrapper but not out of it.

i did , install node -g

4v3ngR commented 8 months ago

If you did npm install -g . you run the command with plutotv-scraper node will handle everything else. To test, run plutotv-scraper --help

The other way to run it is to cd to the pluto_tv_scraper directory and run node ./index.js

4v3ngR commented 8 months ago

I've updated the readme to give clearer instructions on how to install the dependencies, and how to install the app, as well as the various ways it can be run.

Toei79 commented 8 months ago

I've updated the readme to give clearer instructions on how to install the dependencies, and how to install the app, as well as the various ways it can be run.

image

i did something wrong? it runs but says localhost only

Toei79 commented 8 months ago

im ending doing a script .sh then do cd... and node on it, and works.