I hate getting stuff to work locally and remotely

This commit is contained in:
Kepoor Hampond 2017-06-10 18:08:02 -07:00
parent 70e8af6a60
commit 58eef229e1
2 changed files with 3 additions and 3 deletions

View file

@ -254,7 +254,7 @@ with init, or in method arguments.")
if the_list is not None:
YdlUtils.clear_line()
print(self.args["hook-text"].get("list").encode('utf-8')
print(self.args["hook-text"].get("list")
.format(type.title(), the_list["name"],
the_list["artists"][0]["name"]))

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