No project description provided
Project description
aioytt
import asyncio
from rich import print
from aioytt.transcript import get_transcript_from_url
async def main(url: str) -> None:
transcript = await get_transcript_from_url(url)
for snippet in transcript:
print(snippet)
if __name__ == "__main__":
asyncio.run(main("url"))
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
No source distribution files available for this release.See tutorial on generating distribution archives.
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file aioytt-0.2.0-py3-none-any.whl.
File metadata
- Download URL: aioytt-0.2.0-py3-none-any.whl
- Upload date:
- Size: 5.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.6.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ffce190416e0a0df848439a3ce1f21d829c704add812b8b7b326f8a0edb8a568
|
|
| MD5 |
0d0dd847d98569c56f5b7c4ccd842f37
|
|
| BLAKE2b-256 |
4815713f51071a419e97e442ff521a4c3f2808397609de2bd93689a3ab97693a
|