Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bug: Parameters issues #2354

Open
Aymkdn opened this issue Apr 16, 2024 · 0 comments
Open

Bug: Parameters issues #2354

Aymkdn opened this issue Apr 16, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@Aymkdn
Copy link

Aymkdn commented Apr 16, 2024

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.

@Aymkdn Aymkdn added the bug Something isn't working label Apr 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Development

No branches or pull requests

1 participant