jely2002 / youtube-dl-gui

A cross-platform GUI for youtube-dl made in Electron and node.js
GNU Affero General Public License v3.0
6.65k stars 471 forks source link

AppImage on Linux, downloaded files have wrong permissions #286

Closed fidian closed 2 years ago

fidian commented 2 years ago

Describe the bug I get immediate errors when trying to download playlists and videos.

To Reproduce

  1. Delete ~/.youtube-dl-gui if it exists.
  2. Use the current AppImage build.
  3. Attempt to download any video or playlist.

Expected behavior Download works.

Additional info (please complete the following information):

Additional context To fix:

  1. cd ~/.youtube-dl-gui
  2. chmod 755 ffmpeg ffprobe yt-dlp-unix
guemidiborhane commented 2 years ago

Same issue here, building from source

jely2002 commented 2 years ago

Thank you for the report, this was fixed in #264. It has however not been released yet. It will be releasing relatively soon.