| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Original HTTPS Page] |
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.
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abuseMy personal multi-lingual website, built using Hugo, a static site generator.
HTML
! Title: YouTube Blocklist: Channels
!
youtube.com##ytd-video-renderer:has(a[href*="7news"]), ytd-grid-video-renderer:has(a[href*="7news"])
youtube.com##ytd-video-renderer:has(a[href*="@Blesk_CZ"]), ytd-grid-video-renderer:has(a[href*="@Blesk_CZ"])
youtube.com##ytd-video-renderer:has(a[href*="@CNNPrimaNEWSCZ"]), ytd-grid-video-renderer:has(a[href*="@CNNPrimaNEWSCZ"])
: Download YT video; cd ~/Downloads/ && ytdl -f "bv*+ba/b" --recode-video mov --postprocessor-args "VideoConvertor:-c:v h264_videotoolbox -c:a aac" "${URL}"
: 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}"
: 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}"
: Download YT audio; cd ~/Downloads/ && ytdl -x --audio-format mp3 "${URL}"
: 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 |