Initial commit

This commit is contained in:
Vipin 2025-09-15 13:02:48 +05:30
commit c694b3a52a
19 changed files with 956 additions and 0 deletions

11
pyproject.toml Normal file
View file

@ -0,0 +1,11 @@
[project]
name = "ytmigratewl"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.13"
dependencies = [
"python-dotenv>=1.1.1",
"tqdm>=4.67.1",
"yt-dlp>=2025.9.5",
]