From 18d12f54e3818b6450622f45ef106d1350d0176f Mon Sep 17 00:00:00 2001 From: Kepoor Hampond Date: Sat, 10 Jun 2017 18:11:00 -0700 Subject: [PATCH] I hate getting stuff to work locally and remotely. A LOT. --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 3e78e66..8b06e19 100644 --- a/setup.py +++ b/setup.py @@ -27,8 +27,8 @@ class PostInstallCommand(install): from shutil import copyfile print("\n\nDownloading Dependencies:\n") - # ydl_binaries.download_ffmpeg("~/.irs/bin") - # ydl_binaries.update_ydl("~/.irs/bin") + ydl_binaries.download_ffmpeg("~/.irs/bin") + ydl_binaries.update_ydl("~/.irs/bin") config_file = path.expanduser("~/.irs/config_.py") if not path.isfile(config_file):