SYMBOL INDEX (18 symbols across 2 files) FILE: youtube_drive/main.py function get_youtube_upload_handler (line 11) | def get_youtube_upload_handler(): function upload_youtube_video (line 21) | def upload_youtube_video(youtube, title, video_path): function download_youtube_video (line 51) | def download_youtube_video(video_id, output_file_path): function youtube_upload (line 57) | def youtube_upload(upload_file_path): function youtube_retrieve (line 66) | def youtube_retrieve(video_id, output_file_path): function cmd_upload (line 73) | def cmd_upload(args): function cmd_retrieve (line 78) | def cmd_retrieve(args): function cmd_encode (line 82) | def cmd_encode(args): function cmd_decode (line 88) | def cmd_decode(args): function main (line 94) | def main(args): function run (line 167) | def run(): FILE: youtube_drive/youtube_codec.py function quotient_remainder (line 13) | def quotient_remainder(divident, divsor): function color_value (line 17) | def color_value(x): function normal (line 21) | def normal(x): function encrypt_data_aes (line 25) | def encrypt_data_aes(data: bytes, key: bytes) -> bytes: function decrypt_data_aes (line 31) | def decrypt_data_aes(data: bytes, key: bytes) -> bytes: function encode (line 40) | def encode(infile_path, outvideo_path, encrypt=ENABLE_ENCRYPTION, key=KEY, function decode (line 80) | def decode(invideo_path, outfile_path, decrypt=ENABLE_ENCRYPTION, key=KEY):