Metadata-Version: 2.4
Name: yta-fastapi-docker-youtube
Version: 0.0.3
Summary: Youtube Autonomous FastAPI Docker Youtube Module
License-File: LICENSE
Author: danialcala94
Author-email: danielalcalavalera@gmail.com
Requires-Python: >=3.10,<3.14
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Requires-Dist: fastapi (>=0.136.3,<9999.0.0)
Requires-Dist: sqlalchemy (>=2.0.50,<9999.0.0)
Requires-Dist: uvicorn (>=0.48.0,<9999.0.0)
Requires-Dist: yta_fastapi_docker_common (>=0.0.13,<1.0.0)
Requires-Dist: yta_httpx (>=0.0.26,<1.0.0)
Requires-Dist: yta_youtube (>=0.1.4,<1.0.0)
Description-Content-Type: text/markdown

# Youtube Autonomous FastAPI Docker Youtube Module

The module that is providing the functionality related to the Youtube platform (downloading, getting metadata, etc.) through a FastAPI that is included and isolated in a Docker container but exposed to the internal and general FastAPI.

### Endpoints

#### GET
- `/youtube/videos/{id_video}`
- `/youtube/videos/{id_video}/data`
- `/youtube/videos/{id_video}/download-best-quality`
- `/youtube/videos/{id_video}/download-lowest-quality`
- `/youtube/videos/{id_video}/download-1080`

You can replace the `{id_video}` with this id `e_YBmIxeyUg` for testing.

#### POST
No hay endpoints por el momento
