if (argv.channel) {
    console.warn(`Getting comments from channel ${url}`);
    channel(url).then((res) => {
        console.log(JSON.stringify(res));
        close();