philbot9/youtube-comment-scraper-cli

Video ids that start with a hyphen are not recognized

Closed this issue · 1 comments

174n commented

Here is an example

youtube-comment-scraper -gvKdihhOJc

Hi Rundik,

The problem is that the dash causes the video ID to be interpreted as a command line option.

On POSIX systems, you can signify the end of the command line options using a double-dash (--).

The command should be:

youtube-comment-scraper -- -gvKdihhOJc