Valentin-Metz / tum_video_scraper

Download and jumpcut lecture videos from https://live.rbg.tum.de/ and https://tum.cloud.panopto.eu/
57 stars 5 forks source link

Question #16

Closed deedeeharris closed 1 year ago

deedeeharris commented 1 year ago

Can I use this with https://huji.cloud.panopto.eu/ ?

Thanks.

Valentin-Metz commented 1 year ago

You can adapt the panopto downloader for that with little effort. This function should be all you need to change: https://github.com/Valentin-Metz/tum_video_scraper/blob/master/src/panopto.py#L13

deedeeharris commented 1 year ago

Thanks for the quick response. You mean replace every tum with huji?

Does this script worth headless?

Valentin-Metz commented 1 year ago

You'll need to replace the authentication mechanism with whatever your university does instead. The script works headless.