Last active
September 14, 2018 22:28
-
-
Save ThunderWiring/c0b875fe4c4bc9c72f601ffc1058c0c1 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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