Unrud / video-downloader

Download videos from websites like YouTube and many others (based on yt-dlp)
GNU General Public License v3.0
709 stars 89 forks source link

WIP: Run download process in separate sandbox (Flatpak) #192

Closed Unrud closed 1 year ago

Unrud commented 1 year ago

Allow the download process (yt-dlp) to access only the Internet and the actual download folder. This is incompatible with #152 because the document portal is not accessible from inside the restricted sandbox.

The usefulness of this is questionable since the normal sandbox is already restricted. (At least with Wayland.) We could add extensive permissions like --filesystem=home and the download process is still restricted to the download folder only.

Unrud commented 1 year ago

Dropped in favor of #152