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

Output folder #16

Closed NiTRoeSE closed 1 year ago

NiTRoeSE commented 2 years ago

Hi,

is there any chance to implement an "output folder" argument so that's its possible to output converted files to a defined path ? Thanks in advanced.

C0D3D3V commented 2 years ago

Yes is possible, but actually unnecessary. If you like you can create a pullrequest. You just have to add a new program argument, e.g. outputdir. And pass this to the BBBDL, first you check if this is set, if yes the folder will be created if necessary and then the current working directory will be moved to this folder.

If you don't want to create a pull request, I can do that in the next few days as well.

C0D3D3V commented 1 year ago

Implemented in 0.9.8.2 to update run: pip install --user -U bbb-dl