I hate getting stuff to work locally and remotely. A LOT.

This commit is contained in:
Kepoor Hampond 2017-06-10 18:11:00 -07:00
parent 58eef229e1
commit 18d12f54e3

View file

@ -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):