Update

Author Mitja Felicijan <mitja.felicijan@gmail.com> 2025-08-02 11:22:57 +0200
Committer Mitja Felicijan <mitja.felicijan@gmail.com> 2025-08-02 11:22:57 +0200
Commit 3cf8ea5d37ba2f7fc2e17a29ffd8356a81840171 (patch)
-rw-r--r-- .feeds.txt 1
-rwxr-xr-x .shenanigans.sh 4
2 files changed, 5 insertions, 0 deletions
diff --git a/.feeds.txt b/.feeds.txt
...
31
https://www.youtube.com/feeds/videos.xml?channel_id=UCoL8olX-259lS1N6QPyP4IQ "videos"
31
https://www.youtube.com/feeds/videos.xml?channel_id=UCoL8olX-259lS1N6QPyP4IQ "videos"
32
https://www.youtube.com/feeds/videos.xml?channel_id=UC6107grRI4m0o2-emgoDnAA "videos"
32
https://www.youtube.com/feeds/videos.xml?channel_id=UC6107grRI4m0o2-emgoDnAA "videos"
33
https://www.youtube.com/feeds/videos.xml?channel_id=UC2avWDLN1EI3r1RZ_dlSxCw "videos"
33
https://www.youtube.com/feeds/videos.xml?channel_id=UC2avWDLN1EI3r1RZ_dlSxCw "videos"
  
34
https://www.youtube.com/feeds/videos.xml?channel_id=UCMN0a7GHQnC6H74SmCGSmdw "videos"
diff --git a/.shenanigans.sh b/.shenanigans.sh
...
76
	rsync -azhv /tmp/$SNAPSHOT /media/Void/Backup
76
	rsync -azhv /tmp/$SNAPSHOT /media/Void/Backup
77
	rm -Rf /tmp/$SNAPSHOT
77
	rm -Rf /tmp/$SNAPSHOT
78
}
78
}
  
79
  
  
80
screenrecord() {
  
81
	ffmpeg -f x11grab -s 3840x2560 -i :0.0 -r 60 -vcodec h264_nvenc -preset fast ~/Videos/$(date +%Y-%m-%d-%H-%M-%S).mp4
  
82
}