eyaadh

Results 2 issues of eyaadh

`ERROR - '_total_bytes_str'` While trying to update status for YouTube links thus the status is not being updated while downloading YouTube links. Attached logs for perusal. [megadlbot-oss-logs-1607892071663.txt](https://github.com/eyaadh/megadlbot_oss/files/5685402/megadlbot-oss-logs-1607892071663.txt)

bug

Hi, Here is my code: ``` import agorartc RTC = agorartc.createRtcEngineBridge() eventHandler = agorartc.RtcEngineEventHandlerBase() RTC.initEventHandler(eventHandler) RTC.initialize(AGORA_KEY, None, agorartc.AREA_CODE_GLOB & 0xFFFFFFFE) audio_recording_device_manager, err = RTC.createAudioRecordingDeviceManager() audio_recording_device_manager.setDevice('{0.0.1.00000000}.{b0b6ff39-27a9-4445-9f7b-2ed6ab150306}') if RTC.setAudioProfile( agorartc.AUDIO_PROFILE_MUSIC_HIGH_QUALITY_STEREO, agorartc.AUDIO_SCENARIO_GAME_STREAMING )...