fix for pytube

This commit is contained in:
hhh
2024-07-30 14:07:07 +03:00
parent f26bc7429a
commit 6826c7fd63
24 changed files with 5978 additions and 4 deletions

17
lib/pytube/pyproject.toml Normal file
View File

@@ -0,0 +1,17 @@
[tool.poetry]
name = "pytube"
version = "15.0.1"
description = "Python 3 library for downloading YouTube Videos."
authors = ["Ronnie Ghose", "Taylor Fox Dahlin", "Nick Ficano"]
license = "The Unlicense (Unlicense)"
keywords = ["youtube", "download", "video", "stream",]
readme = "README.md"
homepage = "https://pytube.io"
repository = "https://github.com/pytube/pytube"
[tool.poetry.dependencies]
python = ">=3.7"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"