Skip to content
View momasta's full-sized avatar

Sponsoring

@bep

Block or report momasta

Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. omasta.net omasta.net Public

    My personal multi-lingual website, built using Hugo, a static site generator.

    HTML

  2. uBlock/AdGuard/ABP – User Rules uBlock/AdGuard/ABP – User Rules
    1
    ! Title: YouTube Blocklist: Channels
    2
    !
    3
    youtube.com##ytd-video-renderer:has(a[href*="7news"]), ytd-grid-video-renderer:has(a[href*="7news"])
    4
    youtube.com##ytd-video-renderer:has(a[href*="@Blesk_CZ"]), ytd-grid-video-renderer:has(a[href*="@Blesk_CZ"])
    5
    youtube.com##ytd-video-renderer:has(a[href*="@CNNPrimaNEWSCZ"]), ytd-grid-video-renderer:has(a[href*="@CNNPrimaNEWSCZ"])
  3. Dotfiles for zsh on macOS Dotfiles for zsh on macOS
    1
    : Download YT video;		cd ~/Downloads/ && ytdl -f "bv*+ba/b" --recode-video mov --postprocessor-args "VideoConvertor:-c:v h264_videotoolbox -c:a aac" "${URL}"
    2
    : Download YT video portion;	cd ~/Downloads/ && ytdl -f "b[ext=mp4]/b" --download-sections "*${Start}-${End}" --recode-video mov --postprocessor-args "VideoConvertor:-c:v h264_videotoolbox -c:a aac" "${URL}"
    3
    : Download YT playlist;		bonk ~/Downloads/YouTube && ytdl -f "bv*+ba/b" --recode-video mov --postprocessor-args "VideoConvertor:-c:v h264_videotoolbox -c:a aac" --download-archive "downloaded.txt" "${URL}"
    4
    : Download YT audio;		cd ~/Downloads/ && ytdl -x --audio-format mp3 "${URL}"
    5
    : Download YT titles;		cd ~/Downloads/ && ytdl --skip-download --print title --ignore-no-formats-error --no-warnings "${URL}" | tee -a "Video Titles.txt"