Alireza1044 / adobe-connect-downloader

A script to download adobe connect's recorded videos from IUST's LMS system.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

adobe-connect-downloader

A script to download adobe connect's recorded videos from IUST's LMS system.

Usage

  • Install the latest static build of ffmpeg for your OS from here.
  • Clone this repo:
git clone https://github.com/Alireza1044/adobe-connect-downloader.git
  • Install the requirements:
pip install -r requirements.txt
  • Run the program:
python main.py

The program asks for your LMS's username and password and link to the recorded class.

Note: This is where you should get the link:

  • For now, You should have Firefox installed for the program to work. I'll try to remove this dependency in the future.

Known issues

  • If the presenter got disconnected in the middle of recording, sound and video will not be synced.
  • If there was no screen share during redording(i.e. the presenter uploaded the slides to the system), There won't be any video.

If you see other issues feel free to open an issue.

Contribution

Pull requests are welcome.

About

A script to download adobe connect's recorded videos from IUST's LMS system.

License:GNU General Public License v3.0


Languages

Language:Python 100.0%