Teachable-dl
A downloader for downloading courses from the Teachable platforms.
Report Bug
·
Request Feature
Table of Contents
About The Project
Teachable-dl is a Python-based downloader for downloading courses from the Teachable platform. It provides a command-line interface for easily downloading course materials such as videos, slides, and other resources, allowing users to access course content offline at their own pace. With Teachable-dl, users can conveniently download and organize all course materials in a single location, enabling easy access and review of course content without the need for an active internet connection.
⭐ Star
this repository if you find it valuable and worth maintaining.
👁 Watch
this repository to get notified about new releases, issues, etc.
Built With
Getting Started
To get the program up and running follow these simple steps.
Prerequisites
This is an example of how to list things you need to use the software and how to install them. (You can also run this script on a windows machine)
- yt-dlp
python3 -m pip install -U yt-dlp
- ffmpeg
sudo apt install ffmpeg
- wget
sudo apt install wget
- Chrome
sudo apt install chromium-browser
Installation
- Clone the repo
git clone https://github.com/FallingLights/Teachable-Dl.git
- Enter to the project
cd Teachable-Dl
- Set up the environment
python3 -m venv env
- Activate the environment
source env/bin/activate
- Install the requirements
pip install -r requirements.txt
Usage
Activate the environment
source env/bin/activate
Run the program
python3 main.py --url <course_url> --email <email> --password <password>
or run with manual login
python3 main.py --url <course_url> --man_login_url <man_login_url> --verbose
Make sure to navigate to the url within the first tab and check the console for an exact url match.
To see all the options
python main.py --help
Roadmap
See the open issues for a full list of proposed features (and known issues).
Contributing
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
License
Distributed under the GNU LGPLv3 License. See LICENSE.txt
for more information.
Contact
Your Name - @fallinglight_s
Project Link: https://github.com/FallingLights/Teachable-Dl