From 828dc04b0b01d2fe7bc049f4fd706c3d58842dc1 Mon Sep 17 00:00:00 2001 From: Kepoor Hampond Date: Sat, 10 Jun 2017 17:39:15 -0700 Subject: [PATCH] Forgot to uncomment lines --- 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):