Skip to content

Instantly share code, notes, and snippets.

@ThunderWiring
Last active September 14, 2018 22:28
Show Gist options
  • Save ThunderWiring/c0b875fe4c4bc9c72f601ffc1058c0c1 to your computer and use it in GitHub Desktop.
Save ThunderWiring/c0b875fe4c4bc9c72f601ffc1058c0c1 to your computer and use it in GitHub Desktop.
const Ytdl = require('ytdl-core');
const fs = require('fs');
const ffmpeg = require('fluent-ffmpeg');
const binaries = require('ffmpeg-binaries'); //<-- didn't use in the code, but you need to npm install it
const sanitize = require('sanitize-filename');
const path = require('path');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment