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
- Host: GitHub
- URL: https://github.com/tatsh/yt-dlp-types
- Owner: Tatsh
- License: mit
- Created: 2023-07-03T19:00:13.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2025-04-07T23:12:04.000Z (6 months ago)
- Last Synced: 2025-04-12T12:07:17.550Z (6 months ago)
- Topics: annotations, mypy, pep561, pyright, python, stubs-only, type-stubs
- Language: Python
- Homepage:
- Size: 280 KB
- Stars: 5
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Funding: .github/FUNDING.yml
- License: LICENSE.txt
Awesome Lists containing this project
README
# yt-dlp-types
[](https://github.com/Tatsh/yt-dlp-types/actions/workflows/qa.yml)
[](https://pypi.org/project/yt-dlp-types/)
[](https://github.com/Tatsh/yt-dlp-types/tags)
[](https://github.com/Tatsh/yt-dlp-types/blob/master/LICENSE.txt)
[](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
```