Initial project setup with main modules and utilities

Add main application logic, utility modules for stream and time handling, DRM key fetching, and manifest parsing. Includes example environment file, requirements, .gitignore, and README with project goals and todos.
This commit is contained in:
√(noham)²
2025-11-16 16:46:50 +01:00
commit 33fed17030
9 changed files with 1204 additions and 0 deletions

5
requirements.txt Normal file
View File

@@ -0,0 +1,5 @@
aiohttp==3.13.2
InquirerPy==0.3.4
python-dotenv==1.2.1
pywidevine==1.9.0
Requests==2.32.5