Skip to content

Download videos from your LinuxAcademy account for offline viewing

Notifications You must be signed in to change notification settings

pabloariasmora/LinuxAcademy-DL

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Download videos from Linux Academy / LinuxAcademy-DL

Python script to download videos from your LinuxAcademy account for offline viewing

Requirements

Usage

Clone the repo

Install Python requirements

>>> pip install -r requirements.txt

Login to LinuxAcademy and visit the course page e.g. https://linuxacademy.com/cp/modules/view/id/287 and with the cookies.txt extention installed, click on the icon of the extension and choose To download cookies for this tab click here. Copy the downloaded txt file to root of the cloned repo. Make sure that the name of the file is cookies.txt. Repeat when you an encounter exception in downloading the videos (assuming you have an active subscription).

course_link e.g. https://linuxacademy.com/cp/modules/view/id/287

>>> python3 driver.py username password course_link

To-Do

Automate the process for obtaining cookies

About

Download videos from your LinuxAcademy account for offline viewing

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%