An open API service indexing awesome lists of open source software.

https://github.com/tatsh/yt-dlp-types


https://github.com/tatsh/yt-dlp-types

annotations mypy pep561 pyright python stubs-only type-stubs

Last synced: 6 months ago
JSON representation

Awesome Lists containing this project

README

          

# yt-dlp-types

[![QA](https://github.com/Tatsh/yt-dlp-types/actions/workflows/qa.yml/badge.svg)](https://github.com/Tatsh/yt-dlp-types/actions/workflows/qa.yml)
[![PyPI - Version](https://img.shields.io/pypi/v/yt-dlp-types)](https://pypi.org/project/yt-dlp-types/)
[![GitHub tag (with filter)](https://img.shields.io/github/v/tag/Tatsh/yt-dlp-types)](https://github.com/Tatsh/yt-dlp-types/tags)
[![License](https://img.shields.io/github/license/Tatsh/yt-dlp-types)](https://github.com/Tatsh/yt-dlp-types/blob/master/LICENSE.txt)
[![GitHub commits since latest release (by SemVer including pre-releases)](https://img.shields.io/github/commits-since/Tatsh/yt-dlp-types/v0.0.15/master)](https://github.com/Tatsh/yt-dlp-types/compare/v0.0.15...master)

PEP 561 type stubs for yt-dlp.

## Installation

### Poetry

```shell
poetry add yt-dlp-types
```

### Pip

```shell
pip install yt-dlp-types
```