RahulShaw / LinuxAcademy-DL

Download videos from your LinuxAcademy account for offline viewing
MIT License
65 stars 44 forks source link
download-videos ffmpeg linuxacademy-account linuxacademy-dl

Download videos from Linux Academy / LinuxAcademy-DL

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

Python 3.6

LinuxAcademy-DL

Requirements

Usage

Clone the repo

Run pip install -r requirements.txt

FFmpeg should be installed and available on the path

Login to LinuxAcademy and visit the course page e.g. https://linuxacademy.com/cp/modules/view/id/287 and with the Get cookies.txt extension installed, click on the icon of the extension and click on Export.

Get cookies.txt

Rename the downloaded linuxacademy.com_cookies.txt file to cookies.txt and copy it to root of the cloned repo. Make sure that the name of the file is cookies.txt. Repeat when you encounter an exception while downloading the videos (assuming you have an active subscription).

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

>>> python driver.py username password course_link

What's New

To-Do

Automate the process for obtaining cookies

I'd be gratified to have your support -