dewanshrawat15 / nptel-downloader

A command line tool to help download NPTEL courses.
MIT License
6 stars 5 forks source link
download-videos downloader hacktoberfest hacktoberfest2021 lecture-videos nptel nptel-downloader python python-downloader scraper trigger web-downloader

NPTEL Course Downloader

Build Status Codacy Badge

The script.py file once triggered automatically starts downloading the videos from the course page which contains those lecture videos.

Requirement

Any system with python 3 (preferably 3.6) and terminal.

Usage

If you have to just download videos or basically use the script to download videos:

Description

nptel-downloader is a command-line program to download videos from the nptel course page. It requires the Python interpreter, 3.6+, and it is not platform specific. It should work on your Unix box, on Windows or on macOS. It is released to the public domain, which means you can modify it, redistribute it or use it however you like. python main.py [-h] [-u URL]

Options

-h, --help                        Print this help message box and exit
-u, --url                         Enter the nptel course page url

Known Issue

None as of now. Currently, I'm trying to add a Resume Downloads Feature. Feel free to open an issue if any!

License

The MIT License