Skip to content

Instantly share code, notes, and snippets.

View bwangila's full-sized avatar

Brian Wangila bwangila

View GitHub Profile
@bwangila
bwangila / Download and Organize Lynda.com Courses with Authentication.md
Last active April 4, 2022 02:07
Lynda.com unfortunately does not allow one to easily download course videos even with a premium subscription. Here, I show you how to easily do that with the open source youtube-dl utility.

youtube-dl INSTALLATION

youtube-dl is a handy little command-line utility that, with the right command, automagically downloads videos from Youtube as well as other platforms such as Vimeo, Lynda.com, BBC, CNN etc..(Full list of supported websites)

Kindly proceed to youtube-dl's Github repo for detailed installation instructions for your respective OS

In case of an error, make sure you have Python 2.6, 2.7 or 3.2+ installed as youtube-dl needs it to run.

USAGE

@bwangila
bwangila / .gitlab-ci.yml
Created November 20, 2018 11:07
GitLab Pipelines CI configuration file to upload changed files to your server when pushed to GitLab
# =========================================================== #
# Configureation file for GitLab Pipelines FTP deployment. #
# #
# Everytime you push you code to Gitlab, the master #
# branch gets automagically uploaded to your server via FTP. #
# #
# =========================================================== #
# #
# You can learn more at https://docs.gitlab.com/ee/ci/yaml/ #
# Or for a quick setup: #