Main public logs

From Pengwings

Combined display of all available logs of Pengwings. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
  • 21:14, 12 February 2026 Theleruby talk contribs created page Make yt-dlp easy to use (Created page with "Easy to use "short-term" replacement for GRAB.BAT for Linux. Install yt-dlp from your package manager e.g. sudo rpm-ostree install yt-dlp Add grab aliases: mkdir ~/.bashrc.d vim ~/.bashrc.d/grab alias grab-audio='yt-dlp --format "bestaudio/best" --audio-format mp3 --extract-audio -o "%(title)s-%(id)s.%(ext)s" --verbose' alias grab-video='yt-dlp --format "bestvideo+bestaudio[ext=m4a]/bestvideo+bestaudio/best" --merge-output-format mp4 -o "%(title)s-%(id)s.%(ext)s"...")