mirror of
https://github.com/cooperhammond/irs.git
synced 2025-01-02 19:15:26 +00:00
I hate getting stuff to work locally and remotely. A LOT.
This commit is contained in:
parent
58eef229e1
commit
18d12f54e3
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