egbertbouman / youtube-comment-downloader

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

--youtubeid=-idwithdash -sLwIBEjb0E calls -s for sorting options #87

Closed dfury0 closed 3 years ago

dfury0 commented 3 years ago

It looks like a dashed address starting with '-s' calls the sort argument. Is there a way around this?

command: youtube-comment-downloader -y=-idwithdash -sLwIBEjb0E -o -sLwIBEjb0E.json

error: youtube-comment-downloader: error: argument --sort/-s: invalid int value: 'LwIBEjb0E'

egbertbouman commented 3 years ago

If you execute the command like this, it should work: youtube-comment-downloader -y=-sLwIBEjb0E -o=-sLwIBEjb0E.json