Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/franck-dernoncourt/adobe-connect-video-downloader
https://github.com/franck-dernoncourt/adobe-connect-video-downloader
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/franck-dernoncourt/adobe-connect-video-downloader
- Owner: Franck-Dernoncourt
- Created: 2020-11-11T06:35:14.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2020-11-11T06:48:01.000Z (about 4 years ago)
- Last Synced: 2023-03-11T12:57:31.089Z (almost 2 years ago)
- Language: Python
- Size: 5.86 KB
- Stars: 22
- Watchers: 3
- Forks: 6
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Adobe Connect video downloader
## Requirements
- Python 2.7 or 3
- wget, unzip, and ffmpeg accessible from command line.## Examples
```
python connect2vid_v2.py https://my.adobeconnect.com/pqc06mcawjgn/ --output_filename="Understanding how the Network impacts your service"
```## How does the script work?
See https://superuser.com/a/1403970/116475
## License
The code is made available under the [CC BY-NC-SA 4.0 license](https://creativecommons.org/licenses/by-nc-sa/4.0/).