Metadata-Version: 2.4
Name: tiktok-douyin-dl
Version: 2.0.0
Summary: TikTok and Douyin media downloader core and CLI
Author: MediaDownloader contributors
License: PolyForm-Noncommercial-1.0.0
Requires-Python: >=3.9
Description-Content-Type: text/markdown
Requires-Dist: Pillow>=10.0.0
Requires-Dist: playwright>=1.40.0
Requires-Dist: playwright-stealth>=1.0.6
Requires-Dist: requests>=2.31.0
Provides-Extra: dev
Requires-Dist: pytest>=8.0; extra == "dev"
Provides-Extra: web
Requires-Dist: gradio>=4.0.0; extra == "web"
Provides-Extra: windows
Requires-Dist: sv-ttk>=2.6.0; extra == "windows"

# MediaDownloader Python package

Install the CLI and core package from the repository root:

```bash
python -m pip install -e ./python
python -m playwright install chromium
```

Run `douyin-dl`, `tiktok-dl`, or the unified `media-downloader` command after installation.
