1 { pkgs, lib, config, ... }:
7 # error: phantomjs 1.9.8 has been dropped due to lack of maintenance and security issues
11 xdg.configFile."yt-dlp/config".text = ''
12 #--download-archive .downloaded
16 --format ${lib.concatStringsSep "/" [
17 #"bestvideo[height=360][ext=mp4]+bestaudio"
18 "bestvideo[height=480][ext=mp4]+bestaudio"
19 #"best[height=360][ext=mp4]"
20 "best[height=480][ext=mp4]"
25 --output "%(upload_date>%Y-%m-%d)s - %(title)s.%(id)s.%(format_id)s.%(ext)s"
27 --sub-format ass/srt/best
28 --user-agent Mozilla/5.0