FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Original HTTPS Page]

momasta (Marek Omasta) · GitHub

Sponsoring

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.

Close all issues, pull requests, and discussions opened by this user Content in all repositories owned by your account will be closed.
Add an optional note
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
    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"

Back | FazBrowse Home | New Git URL