mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
[GH-ISSUE #5647] youtube-dl: cannot use AtomicParsley metadata downloader #3054
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#3054
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 @mYnDstrEAm on GitHub (Feb 7, 2023).
Original GitHub issue: https://github.com/netblue30/firejail/issues/5647
Description
See https://github.com/ytdl-org/youtube-dl/issues/30922
When I use a command like this
firejail youtube-dl --extract-audio --embed-thumbnail --audio-format best -i -o '/path/%(title)s.%(ext)s' https://www.youtube.com/watch?v=GhJNXlMsPG4I get the errorERROR: AtomicParsley was not found. Please installbut only when using firejail.AtomicParsley is installed and located in /usr/bin
echo "noblacklist /usr/bin/AtomicParsley" >> ~/.config/firejail/youtube-dl.localdid not solve thisSteps to Reproduce
Expected behavior
All youtube-dl functionalities should work properly with the firejail profile
Actual behavior
Metadata embedding doesn't work with firejail
Behavior without a profile
Additional context
Environment
Checklist
/usr/bin/vlc) "fixes" it).https://github.com/netblue30/firejail/issues/1139)browser-allow-drm yes/browser-disable-u2f noinfirejail.configto allow DRM/U2F in browsers.--profile=PROFILENAMEto set the right profile. (Only relevant for AppImages)Log
@rusty-snake commented on GitHub (Feb 7, 2023):
If
/usr/binwould be blacklisted, how could you execute youtube-dl?@rusty-snake commented on GitHub (Feb 7, 2023):
Does
firejail --private-bin=atomicparsley /usr/bin/youtube-dlwork?@mYnDstrEAm commented on GitHub (Feb 7, 2023):
It's in
~/.local/bin/youtube-dlaccording towhich youtube-dl(recently reinstalled it with pip).No, it says
Error: no suitable /usr/bin/youtube-dl executable found.