mirror of
https://github.com/fscotto/infra.git
synced 2026-05-31 15:59:56 +00:00
Add yt-dlp package and desktop config deployment
This commit is contained in:
@@ -27,6 +27,7 @@ profile_packages:
|
|||||||
- network-manager-applet
|
- network-manager-applet
|
||||||
- chromium
|
- chromium
|
||||||
- mpv
|
- mpv
|
||||||
|
- yt-dlp
|
||||||
- libreoffice
|
- libreoffice
|
||||||
- lm_sensors
|
- lm_sensors
|
||||||
- fastfetch
|
- fastfetch
|
||||||
@@ -67,6 +68,10 @@ desktop_dotfiles:
|
|||||||
src: .config/fastfetch/
|
src: .config/fastfetch/
|
||||||
dest: .config/fastfetch/
|
dest: .config/fastfetch/
|
||||||
mode: preserve
|
mode: preserve
|
||||||
|
- name: yt-dlp config
|
||||||
|
src: .config/yt-dlp/
|
||||||
|
dest: .config/yt-dlp/
|
||||||
|
mode: preserve
|
||||||
- name: .xinitrc
|
- name: .xinitrc
|
||||||
src: .xinitrc
|
src: .xinitrc
|
||||||
dest: .xinitrc
|
dest: .xinitrc
|
||||||
|
|||||||
8
dotfiles/desktop/.config/yt-dlp/config
Normal file
8
dotfiles/desktop/.config/yt-dlp/config
Normal file
@@ -0,0 +1,8 @@
|
|||||||
|
--ignore-errors
|
||||||
|
# --no-playlist
|
||||||
|
|
||||||
|
# Save in ~/Videos
|
||||||
|
-o ~/Video/%(title)s.%(ext)s
|
||||||
|
|
||||||
|
# Prefer 1080p or lower resolutions
|
||||||
|
-f bestvideo[ext=mp4][width<2000][height<=1200]+bestaudio[ext=m4a]/bestvideo[ext=webm][width<2000][height<=1200]+bestaudio[ext=webm]/bestvideo[width<2000][height<=1200]+bestaudio/best[width<2000][height<=1200]/best
|
||||||
Reference in New Issue
Block a user