section83 / MacYTDL

A macOS GUI front-end for the YT-DLP video downloader

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MacYTDL doesn't download videos in macOS 11.4 on M1 iMacs

section83 opened this issue · comments

A user has reported that MacYTDL doesn't download videos on their M1 iMac. This is likely because running system_profiler to get display specifications returns its result in a different format on M1 iMacs.

Hopefully, I will be able to fix the problem in the next release.

This was a problem with the format of output from System Profiler on M1 Macs. A handler has been added in ASOC which uses AppKit's NSScreen to get screen height and width.