iptv-org / epg

Utilities for downloading the EPG (Electronic Program Guide) for thousands of TV channels from hundreds of sources.
https://iptv-org.github.io/
The Unlicense
1.66k stars 156 forks source link

Bug: Parameters issues #2354

Open Aymkdn opened 2 months ago

Aymkdn commented 2 months ago

Describe your issue

Hello,

Thanks for this project!

I've just installed it on Windows 11 with Node 20 and I noticed that the command provided as an example returns an error:

> npm run grab -- --site=chaines-tv.orange.fr Error: One of the arguments must be presented: --site or --channels

To make it work, I have to type:

npm run grab -- -- --site chaines-tv.orange.fr

Notice the double --, as well as the space between --site and the site name.