yt-dlp-utils

Utilities for programmatic use of yt-dlp.

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

Science Score: 44.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
    Found CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
  • Academic publication links
  • Committers with academic emails
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (10.1%) to scientific vocabulary

Keywords

command-line yt-dlp
Last synced: 4 months ago · JSON representation ·

Repository

Utilities for programmatic use of yt-dlp.

Basic Info
Statistics
  • Stars: 1
  • Watchers: 1
  • Forks: 0
  • Open Issues: 0
  • Releases: 0
Topics
command-line yt-dlp
Created 9 months ago · Last pushed 4 months ago
Metadata Files
Readme Changelog Contributing Funding License Citation Codeowners Security

README.md

yt-dlp-utils

Python versions PyPI - Version GitHub tag (with filter) License GitHub commits since latest release (by SemVer including pre-releases) CodeQL QA Tests Coverage Status Documentation Status mypy pre-commit pydocstyle pytest Ruff Downloads Stargazers

@Tatsh Mastodon Follow

Utilities for programmatic use of yt-dlp.

Installation

Poetry

shell poetry add yt-dlp-utils

Pip

shell pip install yt-dlp-utils

Owner

  • Login: Tatsh
  • Kind: user

Citation (CITATION.cff)

authors:
  - family-names: 'Udvare'
    given-names: 'Andrew'
cff-version: '1.2.0'
date-released: '2025-05-28'
message: 'If you use this software, please cite it as below.'
title: 'yt-dlp-utils'
version: '0.0.5'

GitHub Events

Total
  • Watch event: 1
  • Delete event: 48
  • Issue comment event: 49
  • Push event: 105
  • Pull request event: 98
  • Create event: 58
Last Year
  • Watch event: 1
  • Delete event: 48
  • Issue comment event: 49
  • Push event: 105
  • Pull request event: 98
  • Create event: 58

Committers

Last synced: 8 months ago

All Time
  • Total Commits: 9
  • Total Committers: 1
  • Avg Commits per committer: 9.0
  • Development Distribution Score (DDS): 0.0
Past Year
  • Commits: 9
  • Committers: 1
  • Avg Commits per committer: 9.0
  • Development Distribution Score (DDS): 0.0
Top Committers
Name Email Commits
Andrew Udvare a****e@g****m 9

Issues and Pull Requests

Last synced: 4 months ago

All Time
  • Total issues: 0
  • Total pull requests: 88
  • Average time to close issues: N/A
  • Average time to close pull requests: about 2 hours
  • Total issue authors: 0
  • Total pull request authors: 1
  • Average comments per issue: 0
  • Average comments per pull request: 0.88
  • Merged pull requests: 74
  • Bot issues: 0
  • Bot pull requests: 88
Past Year
  • Issues: 0
  • Pull requests: 88
  • Average time to close issues: N/A
  • Average time to close pull requests: about 2 hours
  • Issue authors: 0
  • Pull request authors: 1
  • Average comments per issue: 0
  • Average comments per pull request: 0.88
  • Merged pull requests: 74
  • Bot issues: 0
  • Bot pull requests: 88
Top Authors
Issue Authors
Pull Request Authors
  • dependabot[bot] (88)
Top Labels
Issue Labels
Pull Request Labels
dependencies (88) python (61) javascript (27)

Packages

  • Total packages: 1
  • Total downloads:
    • pypi 434 last-month
  • Total dependent packages: 0
  • Total dependent repositories: 0
  • Total versions: 5
  • Total maintainers: 1
pypi.org: yt-dlp-utils

Utilities for programmatic use of yt-dlp.

  • Versions: 5
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Downloads: 434 Last month
Rankings
Dependent packages count: 9.2%
Average: 30.6%
Dependent repos count: 52.0%
Maintainers (1)
Last synced: 4 months ago

Dependencies

.github/workflows/codeql.yml actions
  • actions/checkout v4 composite
  • github/codeql-action/analyze v3 composite
  • github/codeql-action/init v3 composite
.github/workflows/qa.yml actions
  • actions/checkout v4 composite
  • actions/setup-python v5 composite
.github/workflows/tests.yml actions
  • actions/checkout v4 composite
  • actions/setup-python v5 composite
package.json npm
  • @prettier/plugin-xml ^3.4.1 development
  • cspell ^8.19.2 development
  • markdownlint-cli2 ^0.17.2 development
  • prettier ^3.5.3 development
  • prettier-plugin-ini ^1.3.0 development
  • prettier-plugin-sort-json ^4.1.1 development
  • prettier-plugin-toml ^2.0.4 development
  • pyright ^1.1.400 development
  • yarn-audit-fix ^10.1.1 development
yarn.lock npm
  • 316 dependencies
poetry.lock pypi
  • 129 dependencies
pyproject.toml pypi
  • commitizen ^4.5.0 develop
  • djlint ^1.36.4 develop
  • mypy >=1.12,<1.16 develop
  • ruff ^0.11.7 develop
  • types-requests ^2.32.0.20250328 develop
  • yapf ^0.43.0 develop
  • yt-dlp-types ^0 develop
  • autodoc-pydantic ^2.2.0 docs
  • doc8 ^1.1.2 docs
  • docutils ^0.21.2 docs
  • enum-tools ^0.12.0 docs
  • erdantic <2.0 docs
  • esbonio ^0.16.5 docs
  • numpydoc ^1.8.0 docs
  • restructuredtext-lint ^1.4.0 docs
  • sphinx <8.2.0 docs
  • sphinx-click ^6.0.0 docs
  • sphinx-datatables ^0.2.1 docs
  • sphinx-hoverxref ^1.4.2 docs
  • sphinx-immaterial ^0.13.4 docs
  • python >=3.10,<3.14
  • requests ^2.32.3
  • typing-extensions ^4.13.1
  • yt-dlp ^2025.3.31
  • coveralls ^4.0.1 tests
  • mock ^5.2.0 tests
  • pytest ^8.3.5 tests
  • pytest-cov ^6.1.1 tests
  • pytest-mock ^3.14.0 tests
tests/pyproject.toml pypi