I hereby claim:
- I am cosmicqbit on github.
- I am cosmicqbit (https://keybase.io/cosmicqbit) on keybase.
- I have a public key ASBNBIjJnhNxEtadHVgeMNA6VHy35VPH-lUnrMvxR2Ecswo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
var i = 0; var count = document.querySelectorAll("ytd-channel-renderer:not(.ytd-item-section-renderer)"); | |
myTimer(); | |
function myTimer () { if (count == 0) return; el = document.querySelector('.ytd-subscribe-button-renderer'); | |
el.click(); setTimeout(function () { var unSubBtn = document.getElementById("confirm-button").click(); | |
i++; count--; | |
console.log(i + " unsubscribed"); | |
console.log(count + " remaining"); | |
setTimeout(function () { el = document.querySelector("ytd-channel-renderer"); | |
el.parentNode.removeChild(el); myTimer(); }, 250); }, 250); } |
from email.mime import base | |
from PIL import Image | |
import os | |
image_list = [] | |
files = os.listdir() | |
image_files = [] | |
for i in range(len(files)): | |
if files[i].endswith(".png"): |
--[[ | |
Copyright © 2007-2022 the VideoLAN team | |
This program is free software; you can redistribute it and/or modify | |
it under the terms of the GNU General Public License as published by | |
the Free Software Foundation; either version 2 of the License, or | |
(at your option) any later version. | |
This program is distributed in the hope that it will be useful, |
# Copy paste this command into terminal and hit enter | |
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)" |
#!/bin/bash | |
opt1="YTDL-Best Quality" | |
opt2="YTDL-Maximum 720p" | |
opt3="YTDLP-Best Quality" | |
opt4="YTDLP-Maximum 720p" | |
opt5="Export YT Comments" | |
opt6="Export YT Subtitles" | |
opt7="Export YT Info" | |
timestamp=$(date +%Y-%m-%d_%H_%M) | |
videodownloadmenu=$(zenity --list --title "Video Downloader" --radiolist --column "" --column "" TRUE "$opt1" FALSE "$opt2" FALSE "$opt3" FALSE "$opt4" FALSE "$opt5" FALSE "$opt6" FALSE "$opt7" --height=400 --width=300) |