Metadata-Version: 2.4
Name: yta-fastapi-docker-youtube
Version: 0.0.2
Summary: Youtube Autonomous FastAPI Docker Youtube Module
License-File: LICENSE
Author: danialcala94
Author-email: danielalcalavalera@gmail.com
Requires-Python: ==3.12.*
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.12
Requires-Dist: fastapi (>=0.0.1,<9999.0.0)
Requires-Dist: requests (>=0.0.1,<9999.0.0)
Requires-Dist: sqlalchemy (>=0.0.1,<9999.0.0)
Requires-Dist: uvicorn (>=0.0.1,<9999.0.0)
Requires-Dist: yta_youtube (>=0.0.1,<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
