馃摝 Summary
Extract and analyze YouTube video streams with intelligent quality selection, language fallback, and comprehensive metadata retrieval
鉂囷笍 Available for automatic installation at PyPI and manual installation at GitHub.
馃搵 Changelog:
- chore: bump project version to 0.4.2
- refactor: reorganize core modules by removing
data.pyandhelpers.py, and update project dependencies - style: Improve code readability by consistently adding blank lines after docstrings and within methods, and type hint
__all__ - refactor: standardize GitHub Actions environment variable assignment and Python docstring spacing
- refactor: introduce model mixins and rename
SupportedCookieBrowsertoCookieBrowser - refactor: reimplement core logic to wrap
yt-dlpwith a new object-oriented API, enhance type safety, and simplify stream access - fix: Use raw output for yq commands in release workflow.