Skip to content
View momasta's full-sized avatar

Sponsoring

@bep

Block or report momasta

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
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
    ! Template:
    4
    !youtube.com##ytd-video-renderer:has(a[href*=""]), ytd-grid-video-renderer:has(a[href*=""])
    5
    !
  3. Dotfiles for zsh on macOS Dotfiles for zsh on macOS
    1
    # Default
    2
    : Download YT video;		cd ~/Downloads/ && ytdl -f "bv*[ext=mp4][vcodec~='^avc']+ba[ext=m4a]/b[ext=mp4]" "${URL}"
    3
    : Download YT video portion;	cd ~/Downloads/ && ytdl -f "bv*[ext=mp4][vcodec~='^avc']+ba[ext=m4a]/b[ext=mp4]" --download-sections "*${Start}-${End}" --force-keyframes-at-cuts "${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"