Change Log
==========

1.0.1 (15/08/2022)
-------------------
- First Release
<b> EXAMPLE :
===============

```
from mighoxyt import down
from mighoxyt import f

#to return format like ['1080','mp3']

formats = f() 
print(formats)


#to download video or sound from url

ex = down(url='https://soundcloud.app.goo.gl/t7cRx',format='mp3')
print(ex)
```
