This commit is contained in:
cash
2026-03-29 23:50:49 -05:00
commit eb5e194331
56 changed files with 4010 additions and 0 deletions

28
structure.txt Normal file
View File

@@ -0,0 +1,28 @@
backend/
|
├─ core/
│ ├─ settings.py ← Public Paths + Variables
│ ├─ logging.py ← Console Log
│ ├─ db.py ← SQLAlchemy Engine + Bootstrap Schema
│ ├─ db_xp.py ← XP + Users Table
│ ├─ db_cache.py ← Compat Layer
│ ├─ db_utils.py ← DB Upsert
│ ├─ progress_bus.py ← Progress
│ ├─ network.py ← Stealth Session
│ ├─ formats.py ← Format Selection + Caching
│ └─ download.py ← Downloader + Converter
|
|─ web/
| ├─ app.py ← Quart App
| └─ db_extra.py ← Proxy Pool + Download Stats + Abuse Windows
|
|─ data/
| ├─ users/
| └─ local.db ← Local Database for Dev Env
|
├─ .50.txt ← Proxy List
├─ .alembic.ini ← Database Init Script
├─ dockerfile ← Docker File
├─ structure.txt ← Structure
├─ requirements.txt ← Dependencies
├─ playwright_cookies.txt ← YouTube Cookies