A downloader for downloading courses from the Teachable platforms.
Report Bug
·
Request Feature
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.
(back to top)
(back to top)
To get the program up and running follow these simple steps.
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)
python3 -m pip install -U yt-dlp
sudo apt install ffmpeg
sudo apt install wget
sudo apt install chromium-browser
python3 -m pip install -U yt-dlp
Make sure to add ffmpeg to your PATH
wget: PowerShell has wget installed by default. If you are using Command Prompt, you can install wget using GNU Wget’s official website.
Chrome: Download and install from Google Chrome's official website.
git clone https://github.com/FallingLights/Teachable-Dl.git
cd Teachable-Dl
python3 -m venv env
source env/bin/activate
pip install -r requirements.txt
(back to top)
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.
For a list of all available options and up-to-date parameters, use the --help command:
python main.py --help
See the open issues for a full list of proposed features (and known issues).
(back to top)
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!
git checkout -b feature/AmazingFeature
)git commit -m 'Add some AmazingFeature'
)git push origin feature/AmazingFeature
)(back to top)
Distributed under the GNU LGPLv3 License. See LICENSE.txt
for more information.
(back to top)
@fallinglight_s
Project Link: https://github.com/FallingLights/Teachable-Dl
(back to top)
(back to top)