Instructional GitHub and Git Foundations Videos Can Be Downloaded for Viewing at Your Leisure

Use youtube-dl to Download for Offline Viewing

First install python or python2:

$ apt install python2

You can check if python is installed by:

$ apt list |grep python

The following output should appear on the screen:


python2/stable,now 2.7.13 arm [installed]

To install youtube-dl use:

$ pip2 install --upgrade youtube_dl

You should see:

Collecting youtube_dl

  Downloading youtube_dl-2017.5.1-py2.py3-none-any.whl (1.6MB)

    100% |████████████████████████████████| 1.6MB 115kB/s

Installing collected packages: youtube-dl

Once completed; Then simply enter the following to dowload this video series into your favorite folder:

$ youtube-dl https://m.youtube.com/playlist?list=PL0lo9MOBetEHhfG9vJzVCTiDYcbhAiEqL

This way you will be able to view Git and GitHub Foundations from your favorite folder at your leisure.

When you press the volumeDown+power buttons simultaneously on a smartphone, it takes a screenshot like this one of the source code for this page in vim running on Termux on an Android platform.

Screenshot

This animation was created with imagemagick in Termux on an Android smartphone.

Screenshot Animation

If you’re confused by this page try this link or you might want to try this one. Post your what you have found at the wiki for this website and donate to let sdrausty.github.io grow.

Up One Level