Anthony

Results 126 comments of Anthony

Thanks @kerwanp ! I'm gonna leave this issue open just so people can find your solution more easily if they run into this.

This is still bugged if you try to start the download before the title is populated (and thus trimmed)

You mean to save the directory in state so that you don't have to choose it from scratch every time? This is actually a planned feature, will work on it...

The issue I found is that youtube-dl as a module worked like 1/15th the speed of the executable. I opened an issue about it and nobody got back to me...

https://github.com/przemyslawpluta/node-youtube-dl/issues/251

Can you link the PR @fredericgermain ? . Would be interested in seeing what your solution was.

Very cool, nice work that could have saved me a decent chunk of time if that had been already merged ;P

I can't compile a Linux version because I don't have an installation handy but if someone with Linux wants to that's great. I just assume Linux folks can install from...

Btw, I was able to fix this via: ``` +const to = process.argv[2]; +const subject = process.argv[3]; +const text = process.argv[4]; ``` Loading the variables into memory first, and then...