C0D3D3V / bbb-dl

Downlaod BigBlueButton recordings. A simple scrapper for Big Blue Button lessons. Download and merge the audio and video files of a BigBlueButton conference from the conference replay url.
MIT License
65 stars 16 forks source link

metadata.xml & shapes.svg error #56

Closed andrejpejovski closed 1 month ago

andrejpejovski commented 1 month ago

I'am trying to donwload the following BBB Recording here is a link: https://bbb-lb.finki.ukim.mk/playback/presentation/2.3/8f2197b08b166f4ddb96d2bb32d32db393552b08-1634198893582?meetingId=8f2197b08b166f4ddb96d2bb32d32db393552b08-1634198893582

It keeps failing. Screenshot 2024-07-13 211002

C0D3D3V commented 1 month ago

Uae the option --skip-cert-verify

andrejpejovski commented 1 month ago

Screenshot 2024-07-13 211920

C0D3D3V commented 1 month ago

I added the option in latest version. Update with pip install -U bbb-dl then try again.

C0D3D3V commented 1 month ago

In your version there is a similar option called -ncc that could work too.

andrejpejovski commented 1 month ago

In your version there is a similar option called -ncc that could work too.

Thank you man. -ncc it works. Is the command going to work (including -ncc) when my college will renew their SSL sertificate?

C0D3D3V commented 1 month ago

Yes, if the certificates are fixed bbb-dl will work with -ncc too, but you will no longer need the option (its in therory a security problem, in practise you will have no issues).