Kenshin9977 / video-dl

A GUI for yt-dlp that aims to simplify its usage.
MIT License
32 stars 7 forks source link

Runtime error on macOS #7

Closed FtZPetruska closed 2 years ago

FtZPetruska commented 2 years ago

Description

Attempting to run the program on macOS systematically returns the following error:

Traceback (most recent call last):
  File "video-dl/gui.py", line 357, in <module>
    Updater().update_app()
  File "video-dl/updater.py", line 28, in __init__
    self.app_bin_name = get_name_for_platform()
  File "video-dl/gen_new_version.py", line 169, in get_name_for_platform
    raise RuntimeError
RuntimeError

After some digging, two places would need some minor adjustments: