philbot9 / youtube-comment-scraper-cli

Command line utility for scraping YouTube comments.
ISC License
80 stars 19 forks source link

Download does not work if '-' in videoid #28

Closed Severac closed 4 years ago

Severac commented 4 years ago

Hello, Great tool, thanks ! light and efficient

I have an issue to report : dowload of comments with character "-" as the first character of a videoid does not work

For example : youtube-comment-scraper '-CmadmM5cOk'

The character cannot be escaped with \

Many thanks for the fix

Severac commented 4 years ago

Sorry, I've just noticed that this has already been answered With the following command, it's ok : youtube-comment-scraper -- '-CmadmM5cOk'