egbertbouman / youtube-comment-downloader

Simple script for downloading Youtube comments without using the Youtube API
MIT License
914 stars 227 forks source link

Fails to download when ID starts with - (dash) #25

Closed maferv closed 4 years ago

maferv commented 5 years ago

For example -6L6WxN3npI

Error is: comytdl: error: argument --youtubeid/-y: expected one argument

I appreciate the script, please fix this

ealgase commented 5 years ago

Use -y=-idwithdash

maferv commented 5 years ago

Thanks @TemporaryUsername12481 This should be in the docs!

egbertbouman commented 4 years ago

Updated the README.md to reflect this.