Recent content by willamin

  1. willamin

    yt-dlp, the ultimate youtube-dl successor

    @brb3 It's not quite the same as what you're looking for, but I have the following setup currently: I have a systemd timer that kicks off a service every 4 hours. The systemd service just run a little bash script. The bash script reads a text file with each line containing a YouTube channel...
  2. willamin

    yt-dlp, the ultimate youtube-dl successor

    My go-to command for yt-dlp is this one: % yt-dlp \ --ffmpeg-location /usr/bin/ffmpeg \ --concurrent-fragments 2 \ -S 'vcodec:h264,res,acodec:aac' \ --merge-output-format mp4 \ --embed-metadata \ '<URL>'...
Back
Top