Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dewanshrawat15/mit-video-downloader
Wanna download all the lecture videos available at the MIT OCW download page? Got that covered up for ya! Just paste the download link and see the magic occur!
https://github.com/dewanshrawat15/mit-video-downloader
download download-videos downloader hacktoberfest hacktoberfest2021 lecture-videos mit mit-ocw mit-ocw-dl mit-opencourseware ocw scraper trigger video-downloader videos
Last synced: 17 days ago
JSON representation
Wanna download all the lecture videos available at the MIT OCW download page? Got that covered up for ya! Just paste the download link and see the magic occur!
- Host: GitHub
- URL: https://github.com/dewanshrawat15/mit-video-downloader
- Owner: dewanshrawat15
- License: mit
- Created: 2018-11-01T09:15:50.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2021-04-29T20:11:10.000Z (over 3 years ago)
- Last Synced: 2023-03-03T12:56:03.323Z (over 1 year ago)
- Topics: download, download-videos, downloader, hacktoberfest, hacktoberfest2021, lecture-videos, mit, mit-ocw, mit-ocw-dl, mit-opencourseware, ocw, scraper, trigger, video-downloader, videos
- Language: Python
- Homepage:
- Size: 19.5 KB
- Stars: 2
- Watchers: 1
- Forks: 2
- Open Issues: 1
-
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
# MIT Video Downloader
The ```script.py``` file once triggered automatically starts downloading the videos from the course page which contains those lecture videos. The code supports reusability. Just import the ```Downloader``` object in your script from the mitocwdl.py file.# 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.If you want to use the Downloader object in other scripts:
- Copy paste the mitocwdl.py file wherever you are gonna write your script
- In your script, use ```from mitocwdl import Downloader``` to import the ```Downloader``` object
- Call the ```Downloader.verify()``` method to start downloading lecture videos# 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