youtube download script on mac

Accidentally came accros the helpful youtube-dl script.

If you need to watch a video offline or without any ads, it’s the tool.

installation #

brew install youtube-dl

usage #

  1. Copy a youtube video link to the clipboard.
  2. youtube-dl `pbpaste`
 
4
Kudos
 
4
Kudos

Now read this

Keeping SSH sessions alive

I’ve faced a problem with breaking SSH sessions while working with my servers. The sessions kept breaking every time I switched from the terminal: [root@i-deploy ~]# Write failed: Broken pipe It mostly depends on timeout settings of the... Continue →