Downloading doesn't work on Mac #565
Replies: 1 comment
-
I guess most of the answer is obvious to you and many others, just writing it more in detail for those searching in the future: You will want to run the executable inside which is called "YoutubeDownloader" To bypass these restrictions, you can remove the quarantine attribute for all files in the folder using Terminal:
Here's how that works:
xattr -rd com.apple.quarantine ./*
You could also just skip the navigation part in and run this command directly with the full path of the folder, from wherever: xattr -rd com.apple.quarantine /Applications/YoutubeDownloader/*
Hope it helps, have fun. |
Beta Was this translation helpful? Give feedback.
-
Downloading the macos version, when you open the zip, all you get is a folder with a few hundred files inside, no app. I am on an M2 mac running the latest OS.
Beta Was this translation helpful? Give feedback.
All reactions