Skip to content

Instantly share code, notes, and snippets.

@Aadityajoshi151
Last active February 16, 2023 16:55
Show Gist options
  • Save Aadityajoshi151/b04db597b66ce76a97d4b5558a7e7d22 to your computer and use it in GitHub Desktop.
Save Aadityajoshi151/b04db597b66ce76a97d4b5558a7e7d22 to your computer and use it in GitHub Desktop.
Miscellaneous useful commands
// yt-dlp command for downloading channel videos before date yyyymmdd
yt-dlp -f 'bv*[height>=720]+ba' --download-archive <channel-name>.txt <url of videos page of channel> -o '%(channel)s/%(title)s.%(ext)s' --datebefore 20190201
// yt-dlp command for download youtube video as mp3
yt-dlp -f 'ba' -x --audio-format mp3 <url>
// Command for VMware on Linux:
cd /tmp
wget https://raw.githubusercontent.com/rune1979/ubuntu-vmmon-vmware-bash/master/wm_autoupdate_key.sh
chmod +x wm_autoupdate_key.sh
./wm_autoupdate_key.sh
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment