Skip to content
Discussion options

You must be logged in to vote

Hi @Kreyren

FreeTube calls the external executable directly without going through a shell, so quoting and escaping is not necessary and will instead result in the quotes and backslashes being passed into torsocks as part of the arguments. You also need to make it clear to FreeTube that /home/kreyren/.guix-profile/bin/mpv and --ytdl-format=bestvideo[height=?720][fps<=?30][vcodec!=?vp9]+bestaudio/best are two separate arguments, so that FreeTube knows to pass them to torsocks as two separate arguments, instead of one long one. You can do that by separating them with a ; (click or hover on the question mark near the arguments box for that information).

With those changes, the contents of the…

Replies: 2 comments 3 replies

Comment options

You must be logged in to vote
2 replies
@Kreyren
Comment options

@Kreyren
Comment options

Answer selected by Kreyren
Comment options

You must be logged in to vote
1 reply
@Kreyren
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants
Converted from issue

This discussion was converted from issue #3284 on March 11, 2023 06:42.