vyoma-download¶
Download course contents from sanskritfromhome.in
- Free software: MIT license
- Documentation: https://vyoma-download.readthedocs.io.
Usage¶
To use vyoma-download in a project:
from vyoma_download.vyoma_download import User, Course
vyoma = User(username, password)
login_successful = vyoma.login()
course = Course(course_url, user=vyoma)
course.fetch_links()
course.download_content()
To use vyoma-download from command line:
vyoma-download [course_id|course_url]
Note:
You must be registered on https://sanskritfromhome.in/.
You must be subscribed to the course that you wish to download.
Features¶
- Download video, audio and documents for courses from sanskritfromhome.in
- Resume download whenever possible
- Keep a list of files that fail to download
Credits¶
This package was created with Cookiecutter and the audreyr/cookiecutter-pypackage project template.