diff options
-rw-r--r-- | .config/newsboat/urls | 1 | ||||
-rwxr-xr-x | .local/bin/mpvsel | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/.config/newsboat/urls b/.config/newsboat/urls index 5799e114..8dce19c5 100644 --- a/.config/newsboat/urls +++ b/.config/newsboat/urls @@ -1,2 +1,3 @@ https://archlinux.org/feeds/news/ http://keygenmusic.net/rss.php +https://bbs.archlinux.org/extern.php?action=feed&tid=260286&type=atom diff --git a/.local/bin/mpvsel b/.local/bin/mpvsel index c4b0f41d..745d384d 100755 --- a/.local/bin/mpvsel +++ b/.local/bin/mpvsel @@ -3,4 +3,4 @@ # https://www.rockyourcode.com/til-how-to-watch-youtube-videos-with-mpv-and-keyboard-shortcuts/ # https://github.com/mpv-player/mpv/issues/7792 -mpv --ytdl-format='bestvideo[height<=?900][fps<=?60][vcodec!^=?vp9][vcodec!^=?av01]+bestaudio/bestbestvideo[height<=?900][fps<=?60][vcodec!^=?vp9][vcodec!^=?av01]' --ytdl-raw-options='write-sub=,sub-lang="en,en-US,en-GB,zh-CN,zh-Hans,zh-Hant,zh-HK,zh-SG,zh-TW"' --fs --speed=2 --af=rubberband=pitch-scale=0.981818181818181 "$(xsel -ob)" +mpv --ytdl-format='bestvideo[height<=?900][fps<=?30][vcodec!^=?vp9][vcodec!^=?av01]+bestaudio/bestbestvideo[height<=?900][fps<=?30][vcodec!^=?vp9][vcodec!^=?av01]' --ytdl-raw-options='write-sub=,sub-lang="en,en-US,en-GB,zh-CN,zh-Hans,zh-Hant,zh-HK,zh-SG,zh-TW"' --fs --speed=2 --af=rubberband=pitch-scale=0.981818181818181 "$(xsel -ob)" |