https://github.com/dewanshrawat15/nptel-downloader
A command line tool to help download NPTEL courses.
https://github.com/dewanshrawat15/nptel-downloader
download-videos downloader hacktoberfest hacktoberfest2021 lecture-videos nptel nptel-downloader python python-downloader scraper trigger web-downloader
Last synced: about 2 months ago
JSON representation
A command line tool to help download NPTEL courses.
- Host: GitHub
- URL: https://github.com/dewanshrawat15/nptel-downloader
- Owner: dewanshrawat15
- License: mit
- Created: 2019-07-17T05:50:54.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-03-03T23:57:57.000Z (about 2 years ago)
- Last Synced: 2025-03-20T13:11:05.274Z (2 months ago)
- Topics: download-videos, downloader, hacktoberfest, hacktoberfest2021, lecture-videos, nptel, nptel-downloader, python, python-downloader, scraper, trigger, web-downloader
- Language: Python
- Homepage:
- Size: 149 KB
- Stars: 6
- Watchers: 0
- Forks: 5
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# NPTEL Course Downloader
[](https://travis-ci.org/dewanshrawat15/nptel-downloader)
[](https://www.codacy.com/manual/dewanshrawat15/nptel-downloader?utm_source=github.com&utm_medium=referral&utm_content=dewanshrawat15/nptel-downloader&utm_campaign=Badge_Grade)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:
- Navigate to the file directory where the downloaded file (the script file) is stored using the cd command in terminal or cmd.
- Trigger ```python script.py``` or ```python3 script.py``` according to the operating system needs.
- Enter the url of the Video Lecture Course that you want to download.## 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