Metadata-Version: 2.4
Name: utubes
Version: 0.0.67
Summary: ㅤ
Keywords: Ytdlp,Youtube
Classifier: Natural Language :: English
Classifier: Intended Audience :: Developers
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Requires-Python: ~=3.10
Description-Content-Type: text/markdown
Requires-Dist: yt-dlp
Requires-Dist: aiohttp
Requires-Dist: requests
Requires-Dist: instaloader
Requires-Dist: beautifulsoup4
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: keywords
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

<p align="center">
    📦 <a href="https://telegram.me/clinton_abraham" style="text-decoration:none;">UTUBES</a>
</p>


```python

import asyncio

from Utubes.functions import YTFilename

name = await YTFilename.get01(url)

print(name.filename)


```
