mirror of
https://github.com/cooperhammond/irs.git
synced 2024-12-22 17:35:28 +00:00
I hate getting stuff to work locally and remotely
This commit is contained in:
parent
70e8af6a60
commit
58eef229e1
|
@ -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"]))
|
||||
|
||||
|
|
4
setup.py
4
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):
|
||||
|
|
Loading…
Reference in a new issue