All Projects → vassim → Linuxacademy Dl

vassim / Linuxacademy Dl

Licence: bsd-3-clause
Download videos from Linux Academy (linuxacademy.com) for personal offline use

Programming Languages

python
139335 projects - #7 most used programming language
python3
1442 projects

Projects that are alternatives of or similar to Linuxacademy Dl

Git Repo
Git-Repo: CLI utility to manage git services from your workspace
Stars: ✭ 818 (+636.94%)
Mutual labels:  utility, cli-utilities, pypi
Gitlab Cli
Create a merge request from command line in gitlab
Stars: ✭ 224 (+101.8%)
Mutual labels:  utility, cli-utilities
thanosjs
Node.js implementation of Thanos JS website.
Stars: ✭ 34 (-69.37%)
Mutual labels:  utility, cli-utilities
Rain
🌧️ A live example to illustrate python packaging, testing, building, & deploying
Stars: ✭ 99 (-10.81%)
Mutual labels:  pypi
Jsonabc
Sorts JSON object alphabetically. It supports nested objects, arrays and collections. Works offline and beautifies JSON object too.
Stars: ✭ 100 (-9.91%)
Mutual labels:  utility
Mal
MAL: A MyAnimeList Command Line Interface [BROKEN: BLAME MyAnimeList]
Stars: ✭ 104 (-6.31%)
Mutual labels:  pypi
Yakutils
🐃 Yet another toolbox of Python 3 helper functions.
Stars: ✭ 111 (+0%)
Mutual labels:  pypi
Gameviewlayouter
A utility script that layouts game views with multiple displays.
Stars: ✭ 97 (-12.61%)
Mutual labels:  utility
Janus
Janus is a fake rest api server
Stars: ✭ 107 (-3.6%)
Mutual labels:  utility
Grest
Build REST APIs with Neo4j and Flask, as quickly as possible!
Stars: ✭ 102 (-8.11%)
Mutual labels:  pypi
Machina
Network capture library for realtime TCP/IP decoding from a windows application. Includes an extension library to support FFXIV data capture.
Stars: ✭ 102 (-8.11%)
Mutual labels:  utility
Npm Quick Run
Quickly run NPM script by prefix without typing the full name
Stars: ✭ 97 (-12.61%)
Mutual labels:  utility
Faker Cli
cli wrapper for fakerjs
Stars: ✭ 104 (-6.31%)
Mutual labels:  cli-utilities
Date And Time
A Minimalist DateTime utility for Node.js and the browser
Stars: ✭ 99 (-10.81%)
Mutual labels:  utility
Httpcat
httpcat is a simple utility for constructing raw HTTP requests on the command line.
Stars: ✭ 109 (-1.8%)
Mutual labels:  utility
Scelight
The source code of the Scelight project with all its modules.
Stars: ✭ 97 (-12.61%)
Mutual labels:  utility
Startup
🔧 R package: startup - Friendly R Startup Configuration
Stars: ✭ 107 (-3.6%)
Mutual labels:  utility
Git Extra Status
Get more information for a single or batch of git repositories with a single command
Stars: ✭ 102 (-8.11%)
Mutual labels:  utility
Async Ray
Provide async/await callbacks for every, find, findIndex, filter, forEach, map, reduce, reduceRight and some methods in Array.
Stars: ✭ 102 (-8.11%)
Mutual labels:  utility
Lens
A utility for working with nested data structures.
Stars: ✭ 104 (-6.31%)
Mutual labels:  utility

linuxacademy-dl

A utility to download Linux Academy (linuxacademy.com) courses, for personal offline use.

Python Version PyPI Version PyPI Status Build Status

Docker Image Docker Metadata

Version

1.0a4

Prerequisites

  • Python (>=2.7.9 or >=3.5)
  • pip (Python Install Packager)
  • ffmpeg (Cross-platform solution to record, convert and stream audio and video - Optional)
  • If there are any missing packages, they will be automatically installed by pip

Preinstall

If you don't have pip installed, look at their install doc. Easy install (if you trust them) is to run their bootstrap installer directly by using:

    sudo curl https://bootstrap.pypa.io/get-pip.py | sudo python

Install

linuxacademy-dl can be installed using pip

    pip install linuxacademy-dl

or

    python -m pip install linuxacademy-dl

In OS X and Linux you need to sudo installing linuxacademy-dl or you may face some errors

sudo pip install linuxacademy-dl

Also you need to use sudo installing pip itself or you run into the same problem.

Update

linuxacademy-dl can be updated using pip

    pip install --upgrade linuxacademy-dl

or

    python -m pip install --upgrade linuxacademy-dl

In OS X and Linux you need to sudo upgrade linuxacademy-dl

sudo pip install --upgrade linuxacademy-dl

Docker Image

Docker Image for this tool is also available. Just install the Docker in your machine and use the following command to pull the image:

docker pull vassim/linuxacademy-dl

Once you've finished pulling the image, you can run the container using the following command. Replace <download-dir> with the folder location where you want to put your downloaded contents.

docker run -it -v "<download-dir>":"/media" vassim/linuxacademy-dl

Usage

Simply call linuxacademy-dl with the full URL to the course page.

    linuxacademy-dl https://linuxacademy.com/cp/modules/view/id/course_id

or

    python -m linuxacademy_dl https://linuxacademy.com/cp/modules/view/id/course_id

linuxacademy-dl will ask for your username (or email address) and password then start downloading the videos.

By default, linuxacademy-dl will download all the course materials directly into the current working directory. If you wish to have the files downloaded to a specific location, use the -o /path/to/directory/ parameter.

If you wish, you can include the username/email and password on the command line using the -u and -p parameters.

    linuxacademy-dl -u [email protected] -p $ecRe7w0rd https://linuxacademy.com/cp/modules/view/id/course_id

For information about all available parameters, use the --help parameter

    linuxacademy-dl --help

Advanced Usage

usage: linuxacademy-dl [-h] [-u USERNAME] [-p PASSWORD] [-o OUTPUT]
                       [--use-ffmpeg] [-q {1080,720,480,360}] [--debug] [-v]
                       link

Fetch all the lectures for a Linux Academy (linuxacademy.com) course

positional arguments:
  link                  Link for Linux Academy course

optional arguments:
  -h, --help            show this help message and exit
  -u USERNAME, --username USERNAME
                        Username / Email
  -p PASSWORD, --password PASSWORD
                        Password
  -o OUTPUT, --output OUTPUT
                        Output directory
  --use-ffmpeg          Download videos from m3u8/hls with ffmpeg
                        (Recommended)
  -q {1080,720,480,360}, --video-quality {1080,720,480,360}
                        Select video quality [default is 1080]
  --debug               Enable debug mode
  -v, --version         Display the version of linuxacademy-dl and exit

Uninstall

linuxacademy-dl can be uninstalled using pip

    sudo pip uninstall linuxacademy-dl

You may uninstall the dependant packages too but be aware that those might be required for other Python modules.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].