Metadata-Version: 2.1
Name: bbb-dl
Version: 0.2
Summary: Big Blue Button Downloader that downloads a BBB lesson as MP4 video
Home-page: https://github.com/C0D3D3V/bbb-dl
Author: C0D3D3V
License: GPL-2.0
Description: # Big Blue Button (BBB) Downloader
        
        Downloads a BBB lesson as MP4 video, including presentation, audio, webcam and screenshare.
        
        ### Setup
        1. Install [Python](https://www.python.org/) >=3.7
        2. Install [ffmpeg](https://github.com/C0D3D3V/Moodle-Downloader-2/wiki/Installing-ffmpeg)
        3. Run: `pip install bbb-dl` as administrator
        
        ### Usage
        
        To download a lesson with webcam use: 
        
        `bbb-dl --add-webcam https://bbb-uni.com/playback/path/to/your/video`
        
        Adding the webcam to the video takes longer, so you can leave it out:
        
        `bbb-dl https://bbb-uni.com/playback/path/to/your/video`
        
        
        ### Notes
        This project is based on the work of [CreateWebinar.com](https://github.com/createwebinar/bbb-download), [Stefan Wallentowitz](https://github.com/wallento/bbb-scrape) and [Olivier Berger](https://github.com/ytdl-org/youtube-dl/pull/25092)
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: End Users/Desktop
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Topic :: Education
Classifier: Topic :: Internet :: WWW/HTTP :: Indexing/Search
Classifier: Topic :: Multimedia :: Video
Classifier: Topic :: Multimedia :: Sound/Audio
Classifier: Topic :: Utilities
Requires-Python: >=3.6
Description-Content-Type: text/markdown
