Install Python 3 on your operating system.
sudo apt install python3
Or use the Microsoft Store to install Python 3.
Run the following zipapp.sh file to create a standalone Python 3 application.
Otherwise, you can download and run the latest release -
bbbdownloader_v1.2.zip.
usage: python downloader.pyz [-h]
output_directory url
positional arguments:
output_directory
url
optional arguments:
-h, --help show this help message and exit
Use following command to download webcams- and deskshare-video.
python downloader.pyz meeting_2021-03-11 https://website.org/playback/presentation/2.0/playback.html?meetingId=123...
Key | Key Code | Impact |
---|---|---|
1 |
#49 | video time -= 10 sec |
2 |
#50 | video time -= 30 sec |
3 |
#51 | video time -= 60 sec |
4 |
#52 | video time += 10 sec |
5 |
#53 | video time += 30 sec |
6 |
#54 | video time += 60 sec |
7 |
#55 | video speed = 100% |
8 |
#56 | video speed = 150% |
9 |
#57 | video speed = 200% |
Open the output_directory/webview.html file in your Browser and enjoy!