mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
[GH-ISSUE #4754] Support for youtube-dl forks in e.g mpv #2775
Labels
No labels
LTS merge
LTS merge
bug
bug
converted-to-discussion
doc-todo
documentation
duplicate
enhancement
file-transfer
firecfg
firejail-in-firejail
firetools
graphics
help wanted
information_old
installation
invalid
modif
moved
needinfo
networking
notabug
notourbug
old-version
overlayfs
packaging
profile-request
pull-request
question
question_old
removal
runtime-permissions
sandbox-ipc
security
stale
wiki
wiki
wontfix
wordpress
workaround
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/firejail#2775
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @NetSysFire on GitHub (Dec 9, 2021).
Original GitHub issue: https://github.com/netblue30/firejail/issues/4754
Description
youtube-dl was abandoned and yt-dlp is the most popular alternative, but there are loads of other forks but I do not know how relevant they are to us. Since youtube-dl has not got any updates since 4 months it might stop working very soon and another path is needed in
private-binso it can keep working with e.g yt-dlp. It might be counterproductive to just randomly add the 5 most popular (which is also hard to define) yt-dl forks into there, so what do we do? For now I got yt-dlp added into an override but it would be great if there would be some default solution since it will potentially affect many.Potentially relevant: #4539
@kmk3 commented on GitHub (Dec 9, 2021):
@NetSysFire commented on Dec 9:
This is already the case since #4634. The yt-dlp config paths are missing
though, so I'll add them.