No reason to clear

Signed-off-by: Moxie "The Cobra" Widulski <cobra@vern.cc>
This commit is contained in:
Skylar "The Cobra" Widulski 2022-08-16 15:44:15 -04:00
parent 255ac30cff
commit c352cfe48e
Signed by: cobra
GPG Key ID: 4FD8F812083FF6F9
3 changed files with 3 additions and 23 deletions

View File

@ -1,24 +1,4 @@
#!/bin/sh
if [[ "$TERM" = "vt102" || "$TERM" = "linux" ]]; then
/bin/echo -e "
\e]P0000000
\e]P1ff0000
\e]P233ff00
\e]P3ff0099
\e]P40066ff
\e]P5cc00ff
\e]P600ffff
\e]P7d0d0d0
\e]P8808080
\e]P9ff0000
\e]PA33ff00
\e]PBff0099
\e]PC0066ff
\e]PDcc00ff
\e]PE00ffff
\e]PFffffff
"
# get rid of artifacts
clear
printf "\e]P0000000\e]P1ff0000\e]P233ff00\e]P3ff0099\e]P40066ff\e]P5cc00ff\e]P600ffff\e]P7d0d0d0\e]P8808080\e]P9ff0000\e]PA33ff00\e]PBff0099\e]PC0066ff\e]PDcc00ff\e]PE00ffff\e]PFffffff"
fi

View File

@ -1,2 +1,2 @@
ytdl-format="bestvideo[height=?720][fps<=?30]+bestaudio/best"
ytdl-format="bestvideo[height=?480][fps<=?30]+bestaudio/best"
user-agent="Mozilla/5.0"

View File

@ -1,4 +1,4 @@
browser "mpv --user-agent=Mozilla/5.0 '--ytdl-format=bestvideo[height=?720][fps<=?30]+bestaudio/best' %u"
browser "mpv --user-agent=Mozilla/5.0 '--ytdl-format=bestvideo[height=?480][fps<=?30]+bestaudio/best' %u"
use-proxy yes
proxy-type socks5h
proxy 127.0.0.1:9050