ricardorodrigues-ca / zoom-recording-downloader

Downloads and organizes all cloud recordings from your Zoom Business account
MIT License
127 stars 65 forks source link

Changed 104 Lines with ":" #31

Closed nihal467 closed 1 year ago

nihal467 commented 1 year ago

File name: zoom-recording-downloader.py Issue: When we have " \" in the 104 lines, there is a frozen bug coming up and replacing it with ": " will solve the issue

ricardorodrigues-ca commented 1 year ago

Included regex logic to replace invalid characters with an empty string.