(file_name)
| 41 | return "%.2f %s" % (size, units[i]) |
| 42 | |
| 43 | def formate_file_name(file_name): |
| 44 | chars = ["[", "]", "(", ")"] |
| 45 | for c in chars: |
| 46 | file_name.replace(c, "") |
| 47 | file_name = '@VJ_Botz ' + ' '.join(filter(lambda x: not x.startswith('http') and not x.startswith('@') and not x.startswith('www.'), file_name.split())) |
| 48 | return file_name |
| 49 | |
| 50 | # Don't Remove Credit Tg - @VJ_Bots |
| 51 | # Subscribe YouTube Channel For Amazing Bot https://youtube.com/@Tech_VJ |