

Libredirect extension has the option to open links on Freetube
Libredirect extension has the option to open links on Freetube
Freetube
Edit: In my experience Piped or Invidious gets rate limited often and stop loading videos for a while and I need to change instances. Freetube doesn’t have that problem, the only times videos stop working is when youtube changes something, when that happens I use Freetube to grab the video link and run a script to download with yt-dl and watch on the mpv player.
#!/usr/bin/env bash
# Directory for downloaded videos:
DL_DIR="$HOME/Downloads/yt"
mkdir -p $DL_DIR
# Video player:
#PLAYER="xdg-open"
PLAYER="/usr/bin/mpv"
#PLAYER="/usr/bin/smplayer"
# Downloader and options:
YTDL="/bin/yt-dlp"
YTDL_OPTS=(--no-playlist -S "res:1080" -N 5 --add-chapters)
YTDL_DIR_OPTS=(-P "$DL_DIR")
set -e
CMD() {
printf "[CMD]: "
printf "\"%s\" " "$@"
printf "\n"
"$@"
}
# Get URL from clipboard if run without argument:
if [ -z "$1" ]; then
URL="$(xclip -o -sel c)"
# CMD qdbus org.kde.klipper /klipper org.kde.klipper.klipper.clearClipboardHistory
else
URL="$1"
fi
# Get video filename
printf "[URL]: %s\n" "$URL"
FILENAME=$("$YTDL" --get-filename "${YTDL_DIR_OPTS[@]}" "$URL")
printf "[FILE]: %s\n" "$FILENAME"
# Download video
CMD "$YTDL" "${YTDL_OPTS[@]}" "${YTDL_DIR_OPTS[@]}" "$URL"
# Play video
CMD "$PLAYER" "$FILENAME" >/dev/null 2>&1
I also configured a cronjob to clean the directory everyday.
Since when been intelligent is a requirement to be CEO?
At least you know that been a liberal is so bad that can be interpreted as disrespectful
A person ask a question on a .ml community and the most active .ml users with any knowledge on the topic reply.
BEWARE! OPEN YOUR EYES!!!
If the person that is a hair to the right of Marx defend capitalism surprise surprise he is a liberal.
🤡
You hate humans and don’t want to be called fascist? LMAO
No really, what difference it make if the source is impartial if you can verify on your own that what they said is true?
The true changes if the source is impartial or not?
LMAO.
If the government listen the protesters and remove the lockdown policy is bad, if they don’t listen to the protesters and maintain the lockdown is bad. Is impossible to win.
In the end of the day the lockdown was the right call and the “freedom above everything else” just cause death in the west.
People like for the spin of the fourth wall break when you find out that every objective in the game was a command for you the player brainwashed by the game. A man chooses, a slave obeys and you the player obeyed every time.
Only one country is genociding muslins.
“illegally annexed” Hong Kong LMAO
There are 8 other minor parties in China.
Right wing shithead anti woke that don’t take baths
You need to be banned for make me see the face of this piece of shit.
My mom didn’t let me play on the SNES because she was too invested playing Super Mario World and wouldn’t let me have a chance to ruin the save. Gamer moms are scary.
Even if you believe in the Uyghur genocide claiming that all products made in China is made by them is just absurd.
I can only sleep with a blanket too. If I not covered by a blanket the monsters will get me!
Got it. In this case yeah Freetube is not a solution, the person would need to download Freetube and install Libredirect on the browser(wich means on mobile the person need to use firefox).
Honestly the instance that worked better for me with better uptime is inv.nadeko.net