Closed dfury0 closed 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
youtube-comment-downloader -y=-idwithdash -sLwIBEjb0E -o -sLwIBEjb0E.json
error: youtube-comment-downloader: error: argument --sort/-s: invalid int value: 'LwIBEjb0E'
youtube-comment-downloader: error: argument --sort/-s: invalid int value: 'LwIBEjb0E'
If you execute the command like this, it should work: youtube-comment-downloader -y=-sLwIBEjb0E -o=-sLwIBEjb0E.json
youtube-comment-downloader -y=-sLwIBEjb0E -o=-sLwIBEjb0E.json
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'